Changeset 50451 in vbox
- Timestamp:
- Feb 13, 2014 3:54:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r50431 r50451 236 236 while (true) 237 237 { 238 if (hFile )238 if (hFile != NIL_RTFILE) 239 239 checkVTSysfs(hFile, cVT); 240 240 /* The only point of this loop is to trigger the I/O error handler if
Note:
See TracChangeset
for help on using the changeset viewer.