VirtualBox

Ignore:
Timestamp:
Apr 22, 2009 9:57:04 PM (16 years ago)
Author:
vboxsync
Message:

ConsoleImpl2.cpp: anything goes for VBoxInternal2/UseEFI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r19119 r19124  
    364364    Bstr tmpStr1;
    365365    hrc = pMachine->GetExtraData(Bstr("VBoxInternal2/UseEFI"), tmpStr1.asOutParam());    H();
    366     BOOL fEfiEnabled = tmpStr1 == Bstr("on");
     366    BOOL fEfiEnabled = !tmpStr1.isEmpty();
    367367#else
    368368    BOOL fEfiEnabled = false;
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