VirtualBox

Changeset 25729 in vbox


Ignore:
Timestamp:
Jan 11, 2010 3:23:46 PM (15 years ago)
Author:
vboxsync
Message:

Main/XML: always write localOrUTC attribute

File:
1 edited

Legend:

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

    r25672 r25729  
    216216    if (pstrFilename)
    217217    {
     218        // reading existing settings file:
    218219        m->strFilename = *pstrFilename;
    219220
     
    299300    else
    300301    {
     302        // creating new settings file:
    301303        m->strSettingsVersionFull = VBOX_XML_VERSION_FULL;
    302304        m->sv = SettingsVersion_v1_10;
     
    27792781    pelmAudio->setAttribute("controller", (hw.audioAdapter.controllerType == AudioControllerType_SB16) ? "SB16" : "AC97");
    27802782
    2781     if (   m->sv >= SettingsVersion_v1_10
    2782         && fRTCUseUTC)
     2783    if (   m->sv >= SettingsVersion_v1_10)
    27832784    {
    27842785        xml::ElementNode *pelmRTC = pelmHardware->createChild("RTC");
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