Changeset 40677 in vbox
- Timestamp:
- Mar 28, 2012 12:49:16 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77127
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r40107 r40677 730 730 731 731 /* Open the image */ 732 rc = VDOpen(pDisk, pszFormat, argv[0], VD_OPEN_FLAGS_ INFO, NULL);732 rc = VDOpen(pDisk, pszFormat, argv[0], VD_OPEN_FLAGS_READONLY | VD_OPEN_FLAGS_INFO, NULL); 733 733 if (RT_FAILURE(rc)) 734 734 {
Note:
See TracChangeset
for help on using the changeset viewer.