Changeset 26180 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 2, 2010 10:52:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r25805 r26180 847 847 } 848 848 849 #ifdef RT_WITH_VBOX850 /*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 #endif860 861 849 /* 862 850 * Custom format.
Note:
See TracChangeset
for help on using the changeset viewer.