X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=src%2Ffcmatch.c;h=e7a70ef1f13bd6390fa44a803777f4606476ab71;hb=3bb1812f0d173b153415e2191ecdd27a95fc4b05;hp=d688c98b9eaad659f8cb19f0dc1d070b6f0a9ba2;hpb=cfccd4873a44da5b041368d5fca4f05180dcf041;p=fontconfig.git 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++) {