Fixed typo.
This commit is contained in:
parent
880c0c8614
commit
f7e9e5b788
|
@ -1439,7 +1439,7 @@ int _setmode(int fd,int mode)
|
|||
if ((mode & _O_TEXT) == _O_TEXT)
|
||||
MSVCRT_fdesc[fd].xflag |= WX_TEXT;
|
||||
else
|
||||
MSVCRT_fdesc[fd].xflag &= WX_TEXT;
|
||||
MSVCRT_fdesc[fd].xflag &= ~WX_TEXT;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue