Changeset 44039 in vbox for trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
- Timestamp:
- Dec 5, 2012 12:08:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82492
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r43041 r44039 2640 2640 if (cHardDisks == 1) 2641 2641 { 2642 if (hdUuid.is Empty())2642 if (hdUuid.isZero()) 2643 2643 hdUuid = thisUuid; 2644 2644 else … … 2647 2647 else 2648 2648 { 2649 if (thisUuid.isEmpty())2649 if (thisUuid.isZero()) 2650 2650 fInconsistent = true; 2651 2651 else if (thisUuid == hdUuid) … … 2700 2700 settings::AttachedDevice &d = *dit; 2701 2701 2702 if (d.uuid.is Empty())2702 if (d.uuid.isZero()) 2703 2703 // empty DVD and floppy media 2704 2704 continue;
Note:
See TracChangeset
for help on using the changeset viewer.