https://bugs.winehq.org/show_bug.cgi?id=49730
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |bfa1e3ef8f592d74f1dfcc89ba9 | |40946ad327591 Keywords| |regression, testcase Component|-unknown |msvcrt Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #18 from Fabian Maurer dark.shadow4@web.de --- The offending commit is
commit bfa1e3ef8f592d74f1dfcc89ba940946ad327591 Author: Piotr Caban piotr@codeweavers.com Date: Mon Jun 8 17:20:39 2020 +0200
msvcrt: Use internal sprintf implementation.
Reverting fixes the issue.
To be exact, the issue is inside char * CDECL MSVCRT__fcvt( double number, int ndigits, int *decpt, int *sign )
When it calls "snprintf", that returns a string with decimal separator "." When it calls "MSVCRT__snprintf", that returns a string with decimal separator ","