VirtualBox

Changeset 3256 in vbox


Ignore:
Timestamp:
Jun 24, 2007 6:06:21 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22285
Message:

RTTIMESPEC is signed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/strformatrt.cpp

    r3253 r3256  
    730730                {
    731731                    case RTST_TIMESPEC:
    732                         return RTStrFormat(pfnOutput, pvArgOutput, NULL, NULL, "%llu ns", RTTimeSpecGetNano(u.pTimeSpec));
     732                        return RTStrFormat(pfnOutput, pvArgOutput, NULL, NULL, "%lld ns", RTTimeSpecGetNano(u.pTimeSpec));
    733733
    734734                    default:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette