Hi Keith,

It seems a typo and I think using FcCodePageSet is always safer?

Shao

diff -uNr fcfreetype.c.orig fcfreetype.c
--- fcfreetype.c.orig    Sun Jul  7 22:25:37 2002
+++ fcfreetype.c    Sun Jul  7 22:27:49 2002
@@ -365,7 +365,7 @@
         if (matchCodePage[i])
         {
             if (!FcPatternAddString (pat, FC_LANG,
-                         FcCodePageRange[i].name))
+                         FcCodePageSet[i].name))
             goto bail1;
             hasLang = TRUE;
         }




_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to