[Fontconfig] fontconfig: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Dec 2 05:14:11 PST 2010
src/fcinit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1e7a2a4f6cd05bfa8b15f88c2f9ca10ad97fc8ac
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Thu Dec 2 08:13:59 2010 -0500
Fix returned value
diff --git a/src/fcinit.c b/src/fcinit.c
index fd9b019..b7966b6 100644
--- a/src/fcinit.c
+++ b/src/fcinit.c
@@ -62,7 +62,7 @@ FcInitLoadConfig (void)
FcInitDebug ();
config = FcConfigCreate ();
if (!config)
- return FcFalse;
+ return NULL;
if (!FcConfigParseAndLoad (config, 0, FcTrue))
{
More information about the Fontconfig
mailing list