Changeset 44327 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Jan 22, 2013 9:29:47 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83270
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SnapshotImpl.cpp
r44152 r44327 2523 2523 ComObjPtr<Medium> pTarget_local = it_md->mpTarget; 2524 2524 ComPtr<IMediumFormat> pTargetFormat; 2525 2526 { 2527 if ( pSource_local.isNull() || 2528 pSource_local == pTarget_local ) 2529 { 2530 ++it_md; 2531 continue; 2532 } 2533 } 2525 2534 2526 2535 rc = pTarget_local->COMGETTER(MediumFormat)(pTargetFormat.asOutParam());
Note:
See TracChangeset
for help on using the changeset viewer.