Changeset 39052 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Oct 20, 2011 1:12:30 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74474
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r38876 r39052 745 745 RTZipDecompDestroy(pZip); 746 746 if (RT_FAILURE(rc)) 747 { 748 if (rc == VERR_ZIP_CORRUPTED) 749 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: Compressed image is corrupted '%s'"), pExtent->pszFullname); 747 750 return rc; 751 } 748 752 if (cbActuallyRead != cbToRead) 749 753 rc = VERR_VD_VMDK_INVALID_FORMAT;
Note:
See TracChangeset
for help on using the changeset viewer.