Changeset 84265 in vbox
- Timestamp:
- May 11, 2020 6:21:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r84153 r84265 2591 2591 RTVfsIoStrmRelease(hVfsIos); 2592 2592 if (RT_FAILURE(vrc)) 2593 throwsetErrorVrc(vrc, tr("Failed to parse manifest file '%s' for '%s' (%Rrc): %s"),2594 pszSubFileNm, pTask->locInfo.strPath.c_str(), vrc, szErr);2593 return setErrorVrc(vrc, tr("Failed to parse manifest file '%s' for '%s' (%Rrc): %s"), 2594 pszSubFileNm, pTask->locInfo.strPath.c_str(), vrc, szErr); 2595 2595 2596 2596 /*
Note:
See TracChangeset
for help on using the changeset viewer.