From 33c760ce2d84a888d1bdb8153ca8a484bbe44a41 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Thu, 21 Sep 2017 14:04:10 +0900 Subject: [PATCH] Fix again to keep the same behavior to the return value of FcConfigParseAndLoad https://bugs.freedesktop.org/show_bug.cgi?id=102141 --- src/fcxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fcxml.c b/src/fcxml.c index 3c18ced..19ce96a 100644 --- a/src/fcxml.c +++ b/src/fcxml.c @@ -3428,7 +3428,7 @@ bail0: FcConfigMessage (0, FcSevereError, "Cannot load default config file"); return FcFalse; } - return ret; + return FcTrue; } #define __fcxml__ #include "fcaliastail.h"