Changeset 22204 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 12, 2009 11:35:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r22203 r22204 2188 2188 static void rtlogFlush(PRTLOGGER pLogger) 2189 2189 { 2190 if ( !pLogger->offScratch)2190 if (pLogger->offScratch == 0) 2191 2191 return; /* nothing to flush. */ 2192 2192
Note:
See TracChangeset
for help on using the changeset viewer.