VirtualBox

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


Ignore:
Timestamp:
Sep 13, 2011 2:50:51 PM (13 years ago)
Author:
vboxsync
Message:

Main: fix typo when checking old and new settings (regression of r57170)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r38729 r38742  
    86158615                // which does a deep compare of all the settings, which is expensive but less expensive
    86168616                // than writing out XML in vain
    8617                 bool fAnySettingsChanged = (*pNewConfig == *pOldConfig);
     8617                bool fAnySettingsChanged = !(*pNewConfig == *pOldConfig);
    86188618
    86198619                // could still be modified if any settings changed
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