VirtualBox

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

FE/Qt: fixed parseSize()

File:
1 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;
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