15 Feb
2016
15 Feb
'16
8:36 a.m.
Alex Henrie <alexhenrie24(a)gmail.com> writes:
diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c index 3883e5a..1e37ce3 100644 --- a/dlls/ntdll/file.c +++ b/dlls/ntdll/file.c @@ -883,7 +883,8 @@ NTSTATUS WINAPI NtReadFile(HANDLE hFile, HANDLE hEvent, status = length ? STATUS_END_OF_FILE : STATUS_SUCCESS; goto done; case FD_TYPE_SERIAL: - break; + status = STATUS_SUCCESS;
What if the requested size wasn't 0? That probably needs a test case too. -- Alexandre Julliard julliard(a)winehq.org