mirror of https://github.com/FreeRDP/FreeRDP
Fixed unused check.
This commit is contained in:
parent
97125094f8
commit
a1617c734c
|
@ -194,9 +194,6 @@ static BOOL FileWrite(PVOID Object, LPCVOID lpBuffer, DWORD nNumberOfBytesToWrit
|
|||
if (io_status != 1)
|
||||
return FALSE;
|
||||
|
||||
if ((io_status < 0) && (errno == EWOULDBLOCK))
|
||||
io_status = 0;
|
||||
|
||||
*lpNumberOfBytesWritten = nNumberOfBytesToWrite;
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue