VirtualBox

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


Ignore:
Timestamp:
Feb 2, 2010 10:52:04 PM (15 years ago)
Author:
vboxsync
Message:

*: The rest of the %V* format specifiers are history.

File:
1 edited

Legend:

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

    r25805 r26180  
    847847                    }
    848848
    849 #ifdef RT_WITH_VBOX
    850                     /*
    851                      * VBox extensions.
    852                      */
    853                     case 'V':
    854                     {
    855                         pszFormat--;
    856                         cch += rtstrFormatVBox(pfnOutput, pvArgOutput, &pszFormat, &args, cchPrecision, cchWidth, fFlags, chArgSize);
    857                         break;
    858                     }
    859 #endif
    860 
    861849                    /*
    862850                     * Custom format.
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