Changeset 33414 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Oct 25, 2010 11:56:45 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
r33413 r33414 940 940 else 941 941 { 942 if (RT_FAILURE( rc))943 RTMsgError("Error while looking up error code, rc=%Rrc", rc);942 if (RT_FAILURE(vrc)) 943 RTMsgError("Error while looking up error code, rc=%Rrc", vrc); 944 944 else 945 945 com::GluePrintRCMessage(iRc);
Note:
See TracChangeset
for help on using the changeset viewer.