]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcmatch.c
Fix stupid bug in FcFontSort()
[fontconfig.git] / src / fcmatch.c
index f111be52f8114b94d68f5484cc7941f567cd886f..1b9162b46cde6ee2fe4974185f17c54939aed9ba 100644 (file)
@@ -749,7 +749,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] < 200)
+       if (nodeps[f]->score[MATCH_LANG_INDEX] < 2000)
        {
            for (i = 0; i < nPatternLang; i++)
            {