20 Dec
2006
20 Dec
'06
5:37 p.m.
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.