- Timestamp:
- Sep 3, 2020 8:40:47 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/serialport-win.cpp
r82968 r86017 934 934 rc = VINF_SUCCESS; 935 935 else 936 { 936 937 rc = RTErrConvertFromWin32(GetLastError()); 938 pThis->fEvtQueryPending = false; 939 } 937 940 } 938 941 else … … 940 943 } 941 944 942 Assert(RT_FAILURE(rc) || pThis->fEvtQueryPending);943 944 945 if ( RT_SUCCESS(rc) 945 ||pThis->fEvtQueryPending)946 && pThis->fEvtQueryPending) 946 947 rc = rtSerialPortEvtWaitWorker(pThis, msTimeout); 947 948
Note:
See TracChangeset
for help on using the changeset viewer.