Fix a scaling error in VarR4FromDec() and VarR8FromDec() that
commit680bf12aece1d36fe4b1083955e678b69730a622
authorAlex Villacís Lasso <a_villacis@palosanto.com>
Thu, 22 Sep 2005 10:49:01 +0000 (22 10:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Sep 2005 10:49:01 +0000 (22 10:49 +0000)
tree0c6649f626cb7eb0dbc64abf606b2f6a31d06ad2
parent0ec0f048e6bb1cb3358b565a7f19b161575a7864
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.
dlls/oleaut32/vartype.c