20 Oct
2022
20 Oct
'22
7:52 a.m.
Huw Davies (@huw) commented about dlls/win32u/font.c:
{ const struct system_link_reg *link_reg = &default_system_link[i];
- switch (ansi_cp.CodePage) + link = link_reg->link_non_cjk; + len = link_reg->link_non_cjk_len; + + if ((link_reg->locale_related))
You shouldn't need the inner brackets. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1089#note_11469