- Timestamp:
- Apr 6, 2009 7:42:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsGeneral.cpp
r18632 r18727 434 434 "for your host operating system. Please select a smaller amount.") 435 435 .arg ((unsigned)(maxPct * 100)) 436 .arg (vboxGlobal().formatSize ( fullSize * _1M));436 .arg (vboxGlobal().formatSize ((uint64_t)fullSize * _1M)); 437 437 return false; 438 438 } … … 444 444 "left for your host operating system. Continue at your own risk.") 445 445 .arg ((unsigned)(warnPct * 100)) 446 .arg (vboxGlobal().formatSize ( fullSize * _1M));446 .arg (vboxGlobal().formatSize ((uint64_t)fullSize * _1M)); 447 447 return true; 448 448 }
Note:
See TracChangeset
for help on using the changeset viewer.