]> git.wh0rd.org - fontconfig.git/commitdiff
Fix compiler warning
authorKeith Packard <keithp@keithp.com>
Tue, 18 Jun 2002 16:47:33 +0000 (16:47 +0000)
committerKeith Packard <keithp@keithp.com>
Tue, 18 Jun 2002 16:47:33 +0000 (16:47 +0000)
src/fcxml.c

index ef116d05aa08d4c749734defee29094f75c3a525..110060633139e489eb4ac525851c5b65a011ffd6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $XFree86: xc/lib/fontconfig/src/fcxml.c,v 1.8 2002/05/22 04:12:35 keithp Exp $
+ * $XFree86: xc/lib/fontconfig/src/fcxml.c,v 1.10 2002/06/08 17:32:05 keithp Exp $
  *
  * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc.
  *
@@ -1146,7 +1146,7 @@ FcParseAlias (FcConfigParse *parse)
     if (edit)
     {
        test = FcTestCreate (FcQualAny,
-                            FC_FAMILY,
+                            (FcChar8 *) FC_FAMILY,
                             FcOpEqual,
                             family);
        if (test)