- Timestamp:
- Aug 29, 2018 4:39:29 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/ministring.cpp
r73908 r73963 340 340 cleanup(); 341 341 RTCSTRINGOTHROW Args = { this, VINF_SUCCESS }; 342 RTStrFormatV(printfOutputCallback , &Args, NULL, NULL, pszFormat, va);342 RTStrFormatV(printfOutputCallbackNoThrow, &Args, NULL, NULL, pszFormat, va); 343 343 return Args.rc; 344 344 } … … 347 347 { 348 348 RTCSTRINGOTHROW Args = { this, VINF_SUCCESS }; 349 RTStrFormatV(printfOutputCallback , &Args, NULL, NULL, pszFormat, va);349 RTStrFormatV(printfOutputCallbackNoThrow, &Args, NULL, NULL, pszFormat, va); 350 350 return Args.rc; 351 351 }
Note:
See TracChangeset
for help on using the changeset viewer.