Changeset 61863 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 23, 2016 5:03:24 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r61790 r61863 5357 5357 */ 5358 5358 bool fMergeIntoThis = cbMediumThis > cbMediumOther; 5359 fMergeForward = fMergeIntoThis ^fThisParent;5359 fMergeForward = fMergeIntoThis != fThisParent; 5360 5360 } 5361 5361 }
Note:
See TracChangeset
for help on using the changeset viewer.