Changeset 56 in vbox
- Timestamp:
- Jan 16, 2007 10:58:13 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17487
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r1 r56 585 585 details = hardDiskTypeString (root); 586 586 587 details += ", " + formatSize ( root.GetSize() * _1M);587 details += ", " + formatSize ((unsigned long long) root.GetSize() * _1M); 588 588 589 589 return details;
Note:
See TracChangeset
for help on using the changeset viewer.