Changeset 38742 in vbox for trunk/src/VBox/Main
- Timestamp:
- Sep 13, 2011 2:50:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MachineImpl.cpp
r38729 r38742 8615 8615 // which does a deep compare of all the settings, which is expensive but less expensive 8616 8616 // than writing out XML in vain 8617 bool fAnySettingsChanged = (*pNewConfig == *pOldConfig);8617 bool fAnySettingsChanged = !(*pNewConfig == *pOldConfig); 8618 8618 8619 8619 // could still be modified if any settings changed
Note:
See TracChangeset
for help on using the changeset viewer.