VirtualBox

Changeset 81103 in vbox


Ignore:
Timestamp:
Oct 3, 2019 9:04:54 AM (5 years ago)
Author:
vboxsync
Message:

scm fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r81087 r81103  
    62036203        {
    62046204            xml::ElementNode *pelmNVRAM = pelmBIOS->createChild("NVRAM");
    6205             if (hw.biosSettings.fNVRAMEnabled)
     6205        if (hw.biosSettings.fNVRAMEnabled)
    62066206                pelmNVRAM->setAttribute("enabled", hw.biosSettings.fNVRAMEnabled);
    6207             if (!hw.biosSettings.strNVRAMPath.isEmpty())
     6207        if (!hw.biosSettings.strNVRAMPath.isEmpty())
    62086208                pelmNVRAM->setAttribute("path", hw.biosSettings.strNVRAMPath);
    62096209        }
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