Changeset 3256 in vbox
- Timestamp:
- Jun 24, 2007 6:06:21 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22285
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/strformatrt.cpp
r3253 r3256 730 730 { 731 731 case RTST_TIMESPEC: 732 return RTStrFormat(pfnOutput, pvArgOutput, NULL, NULL, "%ll uns", RTTimeSpecGetNano(u.pTimeSpec));732 return RTStrFormat(pfnOutput, pvArgOutput, NULL, NULL, "%lld ns", RTTimeSpecGetNano(u.pTimeSpec)); 733 733 734 734 default:
Note:
See TracChangeset
for help on using the changeset viewer.