Re: [PATCH v2 0/2] MR628: win32u: Fix the second_name parsed wrong.
17 Aug
2022
17 Aug
'22
10:06 a.m.
Huw Davies (@huw) commented about dlls/win32u/freetype.c:
else if (data->primary_langid == langid) { data->primary_seen = TRUE; - if (!data->second_name.bytes) data->second_name = data->family_name; + if (data->family_name.bytes) data->second_name = data->family_name;
I'm afraid I don't understand the logic behind this change. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/628#note_6404
1218
Age (days ago)
1218
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)