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