31 Oct
2023
31 Oct
'23
11:54 a.m.
Piotr Caban (@piotr) commented about dlls/msvcrt/mbcs.c:
}
/********************************************************************* - * _mbsrchr(MSVCRT.@) + * _mbsrchr_l(MSVCRT.@) */ -unsigned char* CDECL _mbsrchr(const unsigned char* s, unsigned int x) +unsigned char* CDECL _mbsrchr_l(const unsigned char* s, unsigned int x, _locale_t locale) The function uses multiple styles (indentation, white-spaces). I think it's a good opportunity to clean it up.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4234#note_50297