Changeset 56921 in vbox
- Timestamp:
- Jul 13, 2015 9:46:40 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101622
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r56118 r56921 697 697 else if (rc == VBOX_E_NOT_SUPPORTED) 698 698 RTMsgError("Resize medium operation for this format is not implemented yet!"); 699 else if (!pProgress.isNull()) 700 CHECK_PROGRESS_ERROR(pProgress, ("Failed to resize medium")); 699 701 else 700 CHECK_PROGRESS_ERROR(pProgress, ("Failed to resize medium"));702 RTMsgError("Failed to resize medium!"); 701 703 } 702 704 }
Note:
See TracChangeset
for help on using the changeset viewer.