diff -pruN fontconfig-2.7.1.orig/src/fcfreetype.c fontconfig-2.7.1/src/fcfreetype.c --- fontconfig-2.7.1.orig/src/fcfreetype.c 2009-07-26 05:38:20.000000000 +0900 +++ fontconfig-2.7.1/src/fcfreetype.c 2009-10-20 17:29:51.000000000 +0900 @@ -1681,7 +1681,7 @@ FcFreeTypeQueryFace (const FT_Face face if (FcCharSetCount (cs) == 0) { #if HAVE_FT_GET_BDF_PROPERTY - if(FT_Get_BDF_Property(face, "PIXEL_SIZE", &prop) == 0) + if(FT_Get_BDF_Property(face, "PIXEL_SIZE", &prop) != 0) goto bail2; #endif }