VirtualBox

Changeset 56 in vbox


Ignore:
Timestamp:
Jan 16, 2007 10:58:13 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17487
Message:

FE/Qt: Fixed incorrect hard size displayed in GUI for hard disks >2G.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp

    r1 r56  
    585585        details = hardDiskTypeString (root);
    586586   
    587     details += ", " + formatSize (root.GetSize() * _1M);
     587    details += ", " + formatSize ((unsigned long long) root.GetSize() * _1M);
    588588   
    589589    return details;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette