cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::fd
Fix all callers.
This commit is contained in:
committed by
Corinna Vinschen
parent
56f23a5107
commit
6cd1978fc8
@@ -832,7 +832,7 @@ char *
|
||||
_pinfo::fd (int fd, size_t &n)
|
||||
{
|
||||
char *s;
|
||||
if (!this || !pid)
|
||||
if (!pid)
|
||||
return NULL;
|
||||
if (pid != myself->pid)
|
||||
{
|
||||
|
Reference in New Issue
Block a user