Changeset 39243 in vbox
- Timestamp:
- Nov 8, 2011 3:36:46 PM (13 years ago)
- Location:
- trunk/src/VBox/Runtime/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/logcom.cpp
r39083 r39243 129 129 130 130 /* Check if port is ready. */ 131 cMaxWait = ~0 ;131 cMaxWait = ~0U; 132 132 do 133 133 { -
trunk/src/VBox/Runtime/common/path/RTPathFilename.cpp
r28800 r39243 71 71 } 72 72 73 /* will never get here */ 74 return NULL; 73 /* not reached */ 75 74 } 76 75
Note:
See TracChangeset
for help on using the changeset viewer.