Changeset 29783 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- May 25, 2010 1:13:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r29683 r29783 273 273 */ 274 274 while (--cchPrecision >= cchValue) 275 *psz++ = ' 275 *psz++ = '0'; 276 276 277 277 /* … … 352 352 * @param InArgs Argument list. 353 353 */ 354 RTDECL(size_t) RTStrFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, 354 RTDECL(size_t) RTStrFormatV(PFNRTSTROUTPUT pfnOutput, void *pvArgOutput, PFNSTRFORMAT pfnFormat, void *pvArgFormat, 355 355 const char *pszFormat, va_list InArgs) 356 356 {
Note:
See TracChangeset
for help on using the changeset viewer.