gdi32: Improve the fontconfig filtering hack so that Mac suitcase fonts get through.

Paul Vriens paul.vriens.wine at gmail.com
Wed Dec 20 11:37:22 CST 2006


On Tue, 2006-12-19 at 21:21 +0000, Huw Davies wrote:
> +        if(strcasecmp(ext, "pfa") && strcasecmp(ext, "pfb"))
>              AddFontFileToList(file, NULL, ADDFONT_EXTERNAL_FONT); 
Hi,

this patch was committed but I don't think this 'if' statement is
correct as it will never be entered. No clue if it's just changing '&&'
into '||'.

Cheers,

Paul.




More information about the wine-devel mailing list