VirtualBox

Ignore:
Timestamp:
Nov 26, 2009 1:22:55 PM (15 years ago)
Author:
vboxsync
Message:

VBoxManage: fix shadow warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp

    r24969 r24998  
    194194                {
    195195                    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))
    198198                    {
    199199                        RTPrintf("Error: converting '%s' returned %Rrc!\n", a->argv[i], rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette