VirtualBox

Changeset 35823 in vbox


Ignore:
Timestamp:
Feb 2, 2011 1:27:18 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69814
Message:

VBoxManage: fixed Bytes/MBytes issue in VBoxManage showhdinfo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r35261 r35823  
    958958        LONG64 logicalSize;
    959959        hardDisk->COMGETTER(LogicalSize)(&logicalSize);
    960         RTPrintf("Logical size:         %lld MBytes\n", logicalSize);
     960        RTPrintf("Logical size:         %lld MBytes\n", logicalSize >> 20);
    961961        LONG64 actualSize;
    962962        hardDisk->COMGETTER(Size)(&actualSize);
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