VirtualBox

Changeset 73963 in vbox for trunk/src


Ignore:
Timestamp:
Aug 29, 2018 4:39:29 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/ministring: Fixed bug in new no-throw printf methods. bugref:9167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/ministring.cpp

    r73908 r73963  
    340340    cleanup();
    341341    RTCSTRINGOTHROW Args = { this, VINF_SUCCESS };
    342     RTStrFormatV(printfOutputCallback, &Args, NULL, NULL, pszFormat, va);
     342    RTStrFormatV(printfOutputCallbackNoThrow, &Args, NULL, NULL, pszFormat, va);
    343343    return Args.rc;
    344344}
     
    347347{
    348348    RTCSTRINGOTHROW Args = { this, VINF_SUCCESS };
    349     RTStrFormatV(printfOutputCallback, &Args, NULL, NULL, pszFormat, va);
     349    RTStrFormatV(printfOutputCallbackNoThrow, &Args, NULL, NULL, pszFormat, va);
    350350    return Args.rc;
    351351}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette