[PATCH 1/2] t2embed: Implement TTIsEmbeddingEnabledForFacename()

Dmitry Timoshkov dmitry at baikal.ru
Sat Apr 2 04:11:49 CDT 2016


Nikolay Sivov <nsivov at codeweavers.com> wrote:

> +        if (!strcasecmp(name, facename))

strcasecmp() is not suitable for strings in windows encodings.

-- 
Dmitry.



More information about the wine-devel mailing list