VirtualBox

Changeset 13837 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 5, 2008 2:54:02 AM (16 years ago)
Author:
vboxsync
Message:

s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better make the most of it...

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r13779 r13837  
    225225    void reportAuthLibraryError (const char *filename, int rc)
    226226    {
    227         setError (E_FAIL, tr("Could not load the external authentication library '%s' (%Vrc)"), filename, rc);
     227        setError (E_FAIL, tr("Could not load the external authentication library '%s' (%Rrc)"), filename, rc);
    228228    }
    229229
  • trunk/src/VBox/Main/include/VirtualBoxBase.h

    r13835 r13837  
    182182#define ComAssertRC(vrc)    AssertRC (vrc)
    183183#else
    184 #define ComAssertRC(vrc)    ComAssertMsgRC (vrc, ("%Vra", vrc))
     184#define ComAssertRC(vrc)    ComAssertMsgRC (vrc, ("%Rra", vrc))
    185185#endif
    186186
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