6 Sep
2023
6 Sep
'23
4:46 p.m.
Nikolay Sivov (@nsivov) commented about dlls/dwrite/analyzer.c:
sa.script = get_char_script(c); sa.shapes = DWRITE_SCRIPT_SHAPES_DEFAULT; - if ((c >= 0x0001 && c <= 0x001f) /* C0 controls */ + if ((c <= 0x001f) /* C0 controls */
Please remove parentheses. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3744#note_44440