- Timestamp:
- Mar 15, 2010 12:44:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r27133 r27357 611 611 612 612 /* Open the image */ 613 rc = VDOpen(pDisk, pszFormat, argv[0], VD_OPEN_FLAGS_ NORMAL, NULL);613 rc = VDOpen(pDisk, pszFormat, argv[0], VD_OPEN_FLAGS_INFO, NULL); 614 614 if (RT_FAILURE(rc)) 615 615 {
Note:
See TracChangeset
for help on using the changeset viewer.