summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fcmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcmatch.c b/src/fcmatch.c
index d688c98..e7a70ef 100644
--- a/src/fcmatch.c
+++ b/src/fcmatch.c
@@ -730,7 +730,7 @@ FcFontSetSort (FcConfig *config,
* If this node matches any language, go check
* which ones and satisfy those entries
*/
- if (nodeps[f]->score[MATCH_LANG_INDEX] < nPatternLang)
+ if (nodeps[f]->score[MATCH_LANG_INDEX] < 200)
{
for (i = 0; i < nPatternLang; i++)
{