Changeset 8692 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 8, 2008 6:32:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r8582 r8692 3092 3092 return intg; 3093 3093 3094 Q_UINT64 hund = hundS. rightJustify (2, '0').toULongLong();3094 Q_UINT64 hund = hundS.leftJustify (2, '0').toULongLong(); 3095 3095 hund = hund * denom / 100; 3096 3096 intg = intg * denom + hund;
Note:
See TracChangeset
for help on using the changeset viewer.