]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcmatch.c
Fonts matching lang not territory should satisfy sort pattern lang.
[fontconfig.git] / src / fcmatch.c
index d688c98b9eaad659f8cb19f0dc1d070b6f0a9ba2..e7a70ef1f13bd6390fa44a803777f4606476ab71 100644 (file)
@@ -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++)
            {