Changeset 79965 in vbox for trunk/src/VBox/ImageMounter
- Timestamp:
- Jul 24, 2019 8:32:32 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132396
- Location:
- trunk/src/VBox/ImageMounter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/VBoxFUSE/VBoxFUSE.cpp
r76553 r79965 521 521 char *pszFormat; 522 522 VDTYPE enmType; 523 rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, pszImage, &pszFormat, &enmType);523 rc = VDGetFormat(NULL /* pVDIIfsDisk */, NULL /* pVDIIfsImage*/, pszImage, VDTYPE_INVALID,&pszFormat, &enmType); 524 524 if (RT_FAILURE(rc)) 525 525 { -
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.