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