VirtualBox

Changeset 21315 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Jul 7, 2009 11:32:19 AM (15 years ago)
Author:
vboxsync
Message:

strformatrt.cpp: Use thousand separators in the formatting of RTtimspec.

File:
1 edited

Legend:

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

    r19942 r21315  
    829829                {
    830830                    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));
    832832
    833833                    default:
Note: See TracChangeset for help on using the changeset viewer.

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