Changeset 3256 in vbox
- Timestamp:
- Jun 24, 2007 6:06:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/strformatrt.cpp (modified) (1 diff)
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.

