VirtualBox

Changeset 8692 in vbox


Ignore:
Timestamp:
May 8, 2008 6:32:15 AM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: fixed parseSize()

Location:
trunk/src/VBox/Frontends
Files:
2 edited

Legend:

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

    r8582 r8692  
    30923092            return intg;
    30933093
    3094         Q_UINT64 hund = hundS.rightJustify (2, '0').toULongLong();
     3094        Q_UINT64 hund = hundS.leftJustify (2, '0').toULongLong();
    30953095        hund = hund * denom / 100;
    30963096        intg = intg * denom + hund;
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r8439 r8692  
    29372937            return intg;
    29382938
    2939         Q_UINT64 hund = hundS.rightJustified (2, '0').toULongLong();
     2939        Q_UINT64 hund = hundS.leftJustified (2, '0').toULongLong();
    29402940        hund = hund * denom / 100;
    29412941        intg = intg * denom + hund;
Note: See TracChangeset for help on using the changeset viewer.

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