Changeset 56741 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace
- Timestamp:
- Jul 1, 2015 9:40:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_printf.c
r53653 r56741 524 524 525 525 RTTimeLocalExplode(&Time, RTTimeSpecSetNano(&TimeSpec, *(uint64_t *)addr)); 526 RTStrPrintf(buf, sizeof(buf), "%s, %u %s % u %02u:%02u:%02u %s%u%s",526 RTStrPrintf(buf, sizeof(buf), "%s, %u %s %02u:%02u:%02u %s%u%s", 527 527 g_aszDay[Time.u8WeekDay], Time.u8MonthDay, g_aszMonth[Time.u8Month - 1], 528 528 Time.u8Hour, Time.u8Minute, Time.u8Second,
Note:
See TracChangeset
for help on using the changeset viewer.