From 2623c1ebeec46c56cc8e1d1e3e8ddf4a44931f8d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Jun 2002 16:47:33 +0000 Subject: [PATCH] Fix compiler warning --- src/fcxml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2