31 Oct
2023
31 Oct
'23
11:54 a.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
return _ismbstrail_l(start, str, NULL); }
+/********************************************************************* + * _mbsdec_l(MSVCRT.@) + */ +unsigned char* CDECL _mbsdec_l(const unsigned char* start, const unsigned char* cur, _locale_t locale) +{ + pthreadmbcinfo mbcinfo; + + if (!MSVCRT_CHECK_PMT(start && cur)) There's lots of white-space inconsistency in the patch (like space after if, space before and after operator). Please fix it.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4234#note_50294