20 Oct
2024
20 Oct
'24
4:52 p.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/string.c:
c2 -= 'A' - 'a'; }while(--count && c1 && c1==c2);
- return c1-c2; + return (unsigned char)c1 - (unsigned char)c2;
Please change commit message - this is C locale code path. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6703#note_85541