Changeset 24998 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
- Timestamp:
- Nov 26, 2009 1:22:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp
r24969 r24998 194 194 { 195 195 uint8_t u8Scancode; 196 int rc = RTStrToUInt8Ex(a->argv[i], NULL, 16, &u8Scancode);197 if (RT_FAILURE ( rc))196 int irc = RTStrToUInt8Ex(a->argv[i], NULL, 16, &u8Scancode); 197 if (RT_FAILURE (irc)) 198 198 { 199 199 RTPrintf("Error: converting '%s' returned %Rrc!\n", a->argv[i], rc);
Note:
See TracChangeset
for help on using the changeset viewer.