Changeset 65812 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Feb 20, 2017 12:18:07 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113547
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/vbox-img.cpp
r62729 r65812 1098 1098 /* Open the image */ 1099 1099 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_INFO | VD_OPEN_FLAGS_READONLY, NULL); 1100 RTStrFree(pszFormat); 1100 1101 if (RT_FAILURE(rc)) 1101 1102 return errorRuntime("Error while opening the image: %Rrf (%Rrc)\n", rc, rc); … … 1257 1258 /* Open the image */ 1258 1259 rc = VDOpen(pDisk, pszFormat, pszFilename, VD_OPEN_FLAGS_NORMAL, NULL); 1260 RTStrFree(pszFormat); 1259 1261 if (RT_FAILURE(rc)) 1260 1262 return errorRuntime("Error while opening the image: %Rrf (%Rrc)\n", rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.