- Timestamp:
- Aug 30, 2018 10:03:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplExport.cpp
r73971 r73972 907 907 // Locate the Medium object for this entry (by location/path). 908 908 Log(("Finding disk \"%s\"\n", path.c_str())); 909 ComObjPtr<Medium> ptr SourceDisk;910 rc = mVirtualBox->i_findHardDiskByLocation(path, true , &ptr SourceDisk);909 ComObjPtr<Medium> ptrDisk; 910 rc = mVirtualBox->i_findHardDiskByLocation(path, true , &ptrDisk); 911 911 if (FAILED(rc)) 912 912 throw rc;
Note:
See TracChangeset
for help on using the changeset viewer.