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