Changeset 72095 in vbox
- Timestamp:
- May 3, 2018 2:31:40 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_printf.c
r63435 r72095 551 551 552 552 RTTimeLocalExplode(&Time, RTTimeSpecSetNano(&TimeSpec, *(uint64_t *)addr)); 553 RTStrPrintf(buf, sizeof(buf), "%s, %u %s %02u:%02u:%02u %s% u%s",553 RTStrPrintf(buf, sizeof(buf), "%s, %u %s %02u:%02u:%02u %s%d%s", 554 554 g_aszDay[Time.u8WeekDay], Time.u8MonthDay, g_aszMonth[Time.u8Month - 1], 555 555 Time.u8Hour, Time.u8Minute, Time.u8Second,
Note:
See TracChangeset
for help on using the changeset viewer.