Changeset 21315 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 7, 2009 11:32:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformatrt.cpp
r19942 r21315 829 829 { 830 830 case RTST_TIMESPEC: 831 return RTStrFormat(pfnOutput, pvArgOutput, NULL, NULL, "% lld ns", RTTimeSpecGetNano(u.pTimeSpec));831 return RTStrFormat(pfnOutput, pvArgOutput, NULL, NULL, "%'lld ns", RTTimeSpecGetNano(u.pTimeSpec)); 832 832 833 833 default:
Note:
See TracChangeset
for help on using the changeset viewer.