[PATCH v2] ntdll: Add missing LC_NUMERIC locale setting to init_locale

Alexandre Julliard julliard at winehq.org
Mon Jul 6 15:40:52 CDT 2020


Thomas Crider <gloriouseggroll at gmail.com> writes:

> This re-adds the missing setlocale( LC_NUMERIC, "C" ); that was
> not transferred when ntdll locale code was moved to ntdll/unix in
> commit b86dc3926bfe5cd92400aa96c89b0255eba1d447.
>
> Fixes:
> https://bugs.winehq.org/show_bug.cgi?id=49489
> https://bugs.winehq.org/show_bug.cgi?id=49417
>
> Signed-off-by: Thomas Crider <gloriouseggroll at gmail.com>
> ---
>  dlls/ntdll/unix/env.c | 1 +
>  1 file changed, 1 insertion(+)

I'll commit this for now, but note that it's only hiding the
problem. This should be fixed in msvcrt.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list