[Fontconfig] fontconfig: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Thu Oct 25 01:03:03 PDT 2007


 src/fcfreetype.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d02f6a70f1cb4cdad882ffe429918a119641ddbb
Author: Keith Packard <keithp at koto.keithp.com>
Date:   Thu Oct 25 01:02:58 2007 -0700

    Oops. Left debugging printf in previous commit.

diff --git a/src/fcfreetype.c b/src/fcfreetype.c
index 20a5957..da2aa80 100644
--- a/src/fcfreetype.c
+++ b/src/fcfreetype.c
@@ -858,7 +858,6 @@ FcNoticeFoundry(const FT_String *notice)
             const char *n = notice_foundry_data + nf->notice_offset;
             const char *f = notice_foundry_data + nf->foundry_offset;
 
-	    printf ("foundry \"%s\" -> \"%s\"\n", n, f);
 	    if (strstr ((const char *) notice, n))
 		return (const FcChar8 *) f;
         }


More information about the Fontconfig mailing list