# HG changeset patch # User address@hidden # Date 1254519691 25200 # Node ID b3a69b606eaea7735fbae35aa8be0faf51cd4b05 # Parent 5e433877634fe256469ee05c7db0d8956f20eb4b Allow more font matches diff -r 5e433877634f -r b3a69b606eae ChangeLog --- a/ChangeLog Fri Oct 02 11:15:02 2009 +0200 +++ b/ChangeLog Fri Oct 02 14:41:31 2009 -0700 @@ -1,3 +1,8 @@ +2009-10-02 Michael Godfrey + + * txt-eng-ft.cc: Change font match test to allow more + matches. Mainly affects Fedora Linux systems. + 2009-09-23 Jaroslav Hajek * NEWS: Update. diff -r 5e433877634f -r b3a69b606eae src/txt-eng-ft.cc --- a/src/txt-eng-ft.cc Fri Oct 02 11:15:02 2009 +0200 +++ b/src/txt-eng-ft.cc Fri Oct 02 14:41:31 2009 -0700 @@ -141,7 +141,7 @@ FcDefaultSubstitute (pat); match = FcFontMatch (0, pat, &res); - if (match && res != FcResultNoMatch) + if (match) // && res != FcResultNoMatch) { unsigned char *tmp;