VirtualBox

Changeset 30849 in vbox


Ignore:
Timestamp:
Jul 14, 2010 5:29:21 PM (14 years ago)
Author:
vboxsync
Message:

fix comment

File:
1 edited

Legend:

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

    r30651 r30849  
    55
    66/*
    7  * Copyright (C) 2006-2007 Oracle Corporation
     7 * Copyright (C) 2006-2010 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    24182418                    *psz++ = '.';
    24192419                    psz += RTStrFormatNumber(psz, Time.u32Nanosecond / 1000000, 10, 3, 0, RTSTR_F_ZEROPAD);
    2420                     *psz++ = ' ';                                                                   /* +17 (3+1+3+1+3+1+4+1) */
     2420                    *psz++ = ' ';                                                                   /* +13 (2+1+2+1+2+1+3+1) */
    24212421#else
    24222422                    memset(psz, ' ', 13);
     
    24372437                    *psz++ = '.';
    24382438                    psz += RTStrFormatNumber(psz, u32 % 1000, 10, 3, 0, RTSTR_F_ZEROPAD);
    2439                     *psz++ = ' ';                                                               /* +20 (9+1+2+1+2+1+3+1) */
     2439                    *psz++ = ' ';                                                               /* +13 (2+1+2+1+2+1+3+1) */
    24402440#else
    24412441                    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