Fix again to keep the same behavior to the return value of FcConfigParseAndLoad

https://bugs.freedesktop.org/show_bug.cgi?id=102141
This commit is contained in:
Akira TAGOH 2017-09-21 14:04:10 +09:00
parent 5603e06aeb
commit 052115aa83
1 changed files with 1 additions and 1 deletions

View File

@ -3374,7 +3374,7 @@ bail0:
FcConfigMessage (0, FcSevereError, "Cannot load default config file"); FcConfigMessage (0, FcSevereError, "Cannot load default config file");
return FcFalse; return FcFalse;
} }
return ret; return FcTrue;
} }
#define __fcxml__ #define __fcxml__
#include "fcaliastail.h" #include "fcaliastail.h"