[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Tue Mar 24 20:10:53 PDT 2015


 src/fcxml.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e92c92ff22c13e96afd6dfa0f75e7b37b9cfa06d
Author: Akira TAGOH <akira at tagoh.org>
Date:   Wed Mar 25 12:10:48 2015 +0900

    Fix unknown attribute in Win32

diff --git a/src/fcxml.c b/src/fcxml.c
index cdb14b6..331a444 100644
--- a/src/fcxml.c
+++ b/src/fcxml.c
@@ -2265,8 +2265,8 @@ FcParseInclude (FcConfigParse *parse)
     attr = FcConfigGetAttribute (parse, "ignore_missing");
     if (attr && FcConfigLexBool (parse, (FcChar8 *) attr) == FcTrue)
 	ignore_missing = FcTrue;
-#ifndef _WIN32
     attr = FcConfigGetAttribute (parse, "deprecated");
+#ifndef _WIN32
     if (attr && FcConfigLexBool (parse, (FcChar8 *) attr) == FcTrue)
         deprecated = FcTrue;
 #endif


More information about the Fontconfig mailing list