VirtualBox

Changeset 4274 in vbox


Ignore:
Timestamp:
Aug 21, 2007 10:41:32 PM (17 years ago)
Author:
vboxsync
Message:

last fix

File:
1 edited

Legend:

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

    r4269 r4274  
    10551055            else
    10561056            {
    1057                 ULONG uIRQ, uIOBase, uHostMode;
     1057                ULONG uIRQ, uIOBase;
     1058                SerialHostMode_T HostMode;
    10581059                Bstr path;
    10591060                BOOL fServer;
     
    10621063                uart->COMGETTER(Path)(path.asOutParam());
    10631064                uart->COMGETTER(Server)(&fServer);
    1064                 uart->COMGETTER(HostMode)(&uHostMode);
     1065                uart->COMGETTER(HostMode)(&HostMode);
    10651066
    10661067                RTPrintf("UART %d:          I/O base: 0x%04x, IRQ: %d",
    10671068                         currentUART + 1, uIOBase, uIRQ);
    1068                 switch (uHostMode)
     1069                switch (HostMode)
    10691070                {
    10701071                    default:
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