[PATCH 1/3] msvcrt: Improve tolower_l implementation (try2)

Alexandre Julliard julliard at winehq.org
Thu Mar 13 07:53:28 CDT 2014


Piotr Caban <piotr at codeweavers.com> writes:

> +    if(!WideCharToMultiByte(locinfo->lc_codepage, 0,
> +                &lower, 1, (char*)str, 2, NULL, NULL))
> +        return c;

You'd also have to handle the case of the length being just 1.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list