diff --git a/src/fcxml.c b/src/fcxml.c index 9d75249..81f0cbc 100644 --- a/src/fcxml.c +++ b/src/fcxml.c @@ -2085,7 +2085,7 @@ FcParseDir (FcConfigParse *parse) if (!prefix) goto bail; } - else if (FcStrCmp (attr, (const FcChar8 *)"cwd") == 0) + else if (FcStrCmp (attr, (const FcChar8 *)"default") == 0 || FcStrCmp (attr, (const FcChar8 *)"cwd") == 0) { } else if (FcStrCmp (attr, (const FcChar8 *)"relative") == 0)