VirtualBox

Changeset 30965 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jul 21, 2010 2:03:47 PM (14 years ago)
Author:
vboxsync
Message:

log.cpp: Reverted r63670 as the comments were correct when considering the max range of the intergers.

File:
1 edited

Legend:

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

    r30961 r30965  
    24142414                    *psz++ = '.';
    24152415                    psz += RTStrFormatNumber(psz, Time.u32Nanosecond / 1000000, 10, 3, 0, RTSTR_F_ZEROPAD);
    2416                     *psz++ = ' ';                                                                   /* +13 (2+1+2+1+2+1+3+1) */
     2416                    *psz++ = ' ';                                                                   /* +17 (3+1+3+1+3+1+4+1) */
    24172417#else
    24182418                    memset(psz, ' ', 13);
     
    24332433                    *psz++ = '.';
    24342434                    psz += RTStrFormatNumber(psz, u32 % 1000, 10, 3, 0, RTSTR_F_ZEROPAD);
    2435                     *psz++ = ' ';                                                               /* +13 (2+1+2+1+2+1+3+1) */
     2435                    *psz++ = ' ';                                                               /* +20 (9+1+2+1+2+1+3+1) */
    24362436#else
    24372437                    memset(psz, ' ', 13);
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