mirror of
https://github.com/reactos/wine.git
synced 2025-02-28 00:39:06 +00:00
ntdll: Fix serial timeout regression.
This commit is contained in:
parent
8af7be69cb
commit
0ddd1c9e18
@ -968,7 +968,7 @@ NTSTATUS COMM_DeviceIoControl(HANDLE hDevice,
|
||||
case IOCTL_SERIAL_GET_TIMEOUTS:
|
||||
if (lpOutBuffer && nOutBufferSize == sizeof(SERIAL_TIMEOUTS))
|
||||
{
|
||||
if (!(status = get_timeouts(hDevice, (SERIAL_TIMEOUTS*)lpInBuffer)))
|
||||
if (!(status = get_timeouts(hDevice, (SERIAL_TIMEOUTS*)lpOutBuffer)))
|
||||
sz = sizeof(SERIAL_TIMEOUTS);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user