Changeset 13837 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 5, 2008 2:54:02 AM (16 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r13779 r13837 225 225 void reportAuthLibraryError (const char *filename, int rc) 226 226 { 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); 228 228 } 229 229 -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r13835 r13837 182 182 #define ComAssertRC(vrc) AssertRC (vrc) 183 183 #else 184 #define ComAssertRC(vrc) ComAssertMsgRC (vrc, ("% Vra", vrc))184 #define ComAssertRC(vrc) ComAssertMsgRC (vrc, ("%Rra", vrc)) 185 185 #endif 186 186
Note:
See TracChangeset
for help on using the changeset viewer.