Changeset 64989 in vbox
- Timestamp:
- Dec 21, 2016 3:25:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r64988 r64989 687 687 LONG64 logicalSize; 688 688 pMedium->COMGETTER(LogicalSize)(&logicalSize); 689 if (cbResize > (uint64_t)logicalSize * _1M)689 if (cbResize > (uint64_t)logicalSize * 1000) 690 690 { 691 691 RTMsgError("Error: Attempt to resize the medium from %RU64.%RU64 MB to %RU64.%RU64 MB. Use --resizebyte if this is intended!\n",
Note:
See TracChangeset
for help on using the changeset viewer.