cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::cmdline
Fix all callers.
This commit is contained in:
committed by
Corinna Vinschen
parent
571b7689bb
commit
911f7d628d
@@ -976,7 +976,7 @@ char *
|
||||
_pinfo::cmdline (size_t& n)
|
||||
{
|
||||
char *s = NULL;
|
||||
if (!this || !pid)
|
||||
if (!pid)
|
||||
return NULL;
|
||||
if (ISSTATE (this, PID_NOTCYGWIN))
|
||||
{
|
||||
|
Reference in New Issue
Block a user