Changeset 24382 in vbox
- Timestamp:
- Nov 5, 2009 2:02:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvRawFile.cpp
r23973 r24382 82 82 size_t cbWritten; 83 83 rc = RTFileWrite(pThis->OutputFile, pvBuf, *pcbWrite, &cbWritten); 84 #if 0 85 /* don't flush here, takes too long and we will loose characters */ 84 86 if (RT_SUCCESS(rc)) 85 87 RTFileFlush(pThis->OutputFile); 88 #endif 86 89 *pcbWrite = cbWritten; 87 90 }
Note:
See TracChangeset
for help on using the changeset viewer.