https://bugs.winehq.org/show_bug.cgi?id=52476
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |oleaut32 Regression SHA1| |caf5ab5d65ed9df978006d819b1 | |d800071af1117
--- Comment #5 from Fabian Maurer dark.shadow4@web.de --- Bisect to
commit caf5ab5d65ed9df978006d819b1d800071af1117 Author: Francois Gouget fgouget@codeweavers.com Date: Sun Aug 8 00:49:04 2021 +0200
oleaut32: Fix VarParseNumFromStr()'s handling of currency decimals.
They have no default, flag the value as a monetary amount, are unaffected by the presence / absence of a currency symbol, and are incompatible with hexadecimal / octal numbers.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org