Changeset 7879 in vbox
- Timestamp:
- Apr 10, 2008 3:54:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/straprintf.cpp
r5999 r7879 180 180 va_list args; 181 181 va_start(args, pszFormat); 182 size_t cbRet = RTStrAPrintfV(ppszBuffer, pszFormat, args);182 int cbRet = RTStrAPrintfV(ppszBuffer, pszFormat, args); 183 183 va_end(args); 184 184 return cbRet;
Note:
See TracChangeset
for help on using the changeset viewer.