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:
parent
918ed92226
commit
33c760ce2d
|
@ -3428,7 +3428,7 @@ bail0:
|
|||
FcConfigMessage (0, FcSevereError, "Cannot load default config file");
|
||||
return FcFalse;
|
||||
}
|
||||
return ret;
|
||||
return FcTrue;
|
||||
}
|
||||
#define __fcxml__
|
||||
#include "fcaliastail.h"
|
||||
|
|
Loading…
Reference in New Issue