From 8b8f0d21534aa9b82276815c84429ffca8941d2a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 14 Jan 2013 14:39:12 -0600 Subject: [PATCH] Minor --- src/fcmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcmatch.c b/src/fcmatch.c index 3d15605..fc891cb 100644 --- a/src/fcmatch.c +++ b/src/fcmatch.c @@ -551,7 +551,7 @@ FcFontRenderPrepare (FcConfig *config, { FcPatternObjectListAdd (new, pe->object, FcValueListDuplicate (FcPatternEltValues(pe)), - 1); + FcFalse); } }