VirtualBox

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


Ignore:
Timestamp:
Jun 23, 2016 5:03:24 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108278
Message:

Main/Medium: use != instead of bitwise for booleans.

File:
1 edited

Legend:

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

    r61790 r61863  
    53575357                 */
    53585358                bool fMergeIntoThis = cbMediumThis > cbMediumOther;
    5359                 fMergeForward = fMergeIntoThis ^ fThisParent;
     5359                fMergeForward = fMergeIntoThis != fThisParent;
    53605360            }
    53615361        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette