commit | 680bf12aece1d36fe4b1083955e678b69730a622 | [log] [tgz] |
---|---|---|
author | Alex VillacĂs Lasso <a_villacis@palosanto.com> | Thu Sep 22 10:49:01 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Sep 22 10:49:01 2005 +0000 |
tree | 0c6649f626cb7eb0dbc64abf606b2f6a31d06ad2 | |
parent | 0ec0f048e6bb1cb3358b565a7f19b161575a7864 [diff] |
Fix a scaling error in VarR4FromDec() and VarR8FromDec() that incorrectly multiplies the high 32 bits of the DECIMAL by 1e64 instead of the correct 2^64.