3 Feb
2020
3 Feb
'20
4:50 p.m.
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