Changeset 91840 in vbox for trunk/src/VBox/ImageMounter
- Timestamp:
- Oct 19, 2021 10:50:26 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147636
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp
r87350 r91840 1018 1018 } 1019 1019 1020 if (!g_vboximgOpts.pszImageUuidOrPath) 1021 return RTMsgErrorExitFailure("A image UUID or path needs to be provided using the --image/-i option\n"); 1022 1020 1023 Bstr pMediumUuid; 1021 1024 ComPtr<IMedium> pVDiskMedium = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.