Changeset 13837 in vbox for trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp
- Timestamp:
- Nov 5, 2008 2:54:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/KeyboardImpl.cpp
r13835 r13837 257 257 if (RT_FAILURE(rc)) 258 258 { 259 AssertMsgFailed(("Configuration error: No/bad \"Object\" value! rc=% Vrc\n", rc));259 AssertMsgFailed(("Configuration error: No/bad \"Object\" value! rc=%Rrc\n", rc)); 260 260 return rc; 261 261 }
Note:
See TracChangeset
for help on using the changeset viewer.