mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
Fixed erroneous file flag in _popen.
This commit is contained in:
parent
1a182a7629
commit
879a8f3a2c
@ -541,7 +541,6 @@ MSVCRT_FILE* MSVCRT__popen(const char* command, const char* mode)
|
||||
break;
|
||||
}
|
||||
}
|
||||
textmode |= MSVCRT__O_NOINHERIT;
|
||||
if (_pipe(fds, 0, textmode) == -1)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user