From: Keith Packard Date: Tue, 18 Jun 2002 16:47:33 +0000 (+0000) Subject: Fix compiler warning X-Git-Tag: fcpackage_rc1~42 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=2623c1ebeec46c56cc8e1d1e3e8ddf4a44931f8d;p=fontconfig.git Fix compiler warning --- diff --git a/src/fcxml.c b/src/fcxml.c index ef116d0..1100606 100644 --- a/src/fcxml.c +++ b/src/fcxml.c @@ -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)