- Timestamp:
- Sep 22, 2009 1:00:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r22700 r23215 2419 2419 if (pLogger->fFlags & RTLOGFLAGS_PREFIX_TIME_PROG) 2420 2420 { 2421 #if def IN_RING32421 #if defined(IN_RING3) || defined(IN_RC) 2422 2422 uint64_t u64 = RTTimeProgramMilliTS(); 2423 2423 psz += RTStrFormatNumber(psz, (uint32_t)(u64 / (60 * 60 * 1000)), 10, 2, 0, RTSTR_F_ZEROPAD);
Note:
See TracChangeset
for help on using the changeset viewer.