[PATCH 3/8] msvcrt: Copy LC_COLLATE codepage between threadlocinfo instances.

Piotr Caban piotr.caban at gmail.com
Mon Feb 3 10:50:28 CST 2020


Hi Chip,

On 2/2/20 11:55 PM, Chip Davis wrote:
> --- a/dlls/msvcrt/locale.c
> +++ b/dlls/msvcrt/locale.c
> @@ -1219,6 +1219,7 @@ static MSVCRT_pthreadlocinfo create_locinfo(int category,
>               free_locinfo(locinfo);
>               return NULL;
>           }
> +        locinfo->lc_collate_cp = old_locinfo->lc_collate_cp;
Why do you need this? It should not be needed taking in account that 
this category is not being updated.

Thanks,
Piotr



More information about the wine-devel mailing list