Changeset 27837 in vbox for trunk/src/VBox/Main/ApplianceImplExport.cpp
- Timestamp:
- Mar 30, 2010 5:14:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ApplianceImplExport.cpp
r27835 r27837 1554 1554 Utf8Str strMfFile = manifestFileName(pTask->locInfo.strPath.c_str()); 1555 1555 int vrc = RTManifestWriteFiles(strMfFile.c_str(), ppManifestFiles, diskList.size()+1); 1556 RTMemFree(ppManifestFiles); 1556 1557 if (RT_FAILURE(vrc)) 1557 1558 throw setError(VBOX_E_FILE_ERROR, 1558 1559 tr("Couldn't create manifest file '%s' (%Rrc)"), 1559 1560 RTPathFilename(strMfFile.c_str()), vrc); 1560 RTMemFree(ppManifestFiles);1561 1561 } 1562 1562 catch(xml::Error &x)
Note:
See TracChangeset
for help on using the changeset viewer.