Changeset 25805 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jan 13, 2010 2:30:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strformat.cpp
r21337 r25805 825 825 Assert(pszFormatNested); 826 826 cch += RTStrFormatV(pfnOutput, pvArgOutput, pfnFormat, pvArgFormat, pszFormatNested, ArgsNested); 827 va_end(ArgsNested); 827 828 break; 828 829 }
Note:
See TracChangeset
for help on using the changeset viewer.