VirtualBox

Changeset 107448 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 7, 2025 9:19:25 AM (12 days ago)
Author:
vboxsync
Message:

Main/src-client/ConsoleImplConfigCommon.cpp: Fix vrc/hrc mixup, remove unused vrc, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigCommon.cpp

    r107271 r107448  
    40754075                         KeyboardHIDType_T enmKbdHid, PointingHIDType_T enmPointingHid, PCFGMNODE *ppUsbDevices)
    40764076{
    4077     int vrc = VINF_SUCCESS;
    40784077    PCFGMNODE pDev = NULL;          /* /Devices/Dev/ */
    40794078    PCFGMNODE pInst = NULL;         /* /Devices/Dev/0/ */
     
    40924091        {
    40934092            USBControllerType_T enmCtrlType;
    4094             vrc = usbCtrls[i]->COMGETTER(Type)(&enmCtrlType);                                  H();
     4093            hrc = usbCtrls[i]->COMGETTER(Type)(&enmCtrlType);                                  H();
    40954094            if (enmCtrlType == USBControllerType_OHCI)
    40964095            {
     
    41214120        {
    41224121            USBControllerType_T enmCtrlType;
    4123             vrc = usbCtrls[i]->COMGETTER(Type)(&enmCtrlType);                                  H();
     4122            hrc = usbCtrls[i]->COMGETTER(Type)(&enmCtrlType);                                H();
    41244123
    41254124            if (enmCtrlType == USBControllerType_OHCI)
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