- Timestamp:
- Apr 17, 2013 6:59:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp
r43207 r45596 673 673 674 674 /* Open the image */ 675 rc = VDOpen(pDisk, pszFormat, argv[1], VD_OPEN_FLAGS_NORMAL , NULL);675 rc = VDOpen(pDisk, pszFormat, argv[1], VD_OPEN_FLAGS_NORMAL | VD_OPEN_FLAGS_INFO, NULL); 676 676 if (RT_FAILURE(rc)) 677 677 {
Note:
See TracChangeset
for help on using the changeset viewer.