Changeset 79966 in vbox
- Timestamp:
- Jul 24, 2019 8:38:10 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r79965 r79966 1372 1372 * Create HDD container to open base image and differencing images into 1373 1373 */ 1374 rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, VDTYPE_INVALID,1375 CSTR(pVDiskBaseImagePath), &pszFormat, &enmType);1374 rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, 1375 CSTR(pVDiskBaseImagePath), VDTYPE_INVALID, &pszFormat, &enmType); 1376 1376 1377 1377 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.