freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] ftvalidator


From: Masatake YAMATO
Subject: Re: [ft-devel] ftvalidator
Date: Mon, 25 Apr 2005 15:39:47 +0900 (JST)

> Thanks a lot!  I've modified it slightly and added to it to the CVS.
> Please test.

How about this patch?

--- orig/src/ftvalid.c
+++ mod/src/ftvalid.c
@@ -67,7 +67,7 @@
     MAKE_TABLE_SPEC( GSUB ),
     MAKE_TABLE_SPEC( JSTF ),
   };
-#define N_OT_TABLE_SPEC  (sizeof ( ot_table_spec ) / sizeof ( TableSpecRec ) )
+#define N_OT_TABLE_SPEC  ( sizeof ( ot_table_spec ) / sizeof ( TableSpecRec ) )
 
 
   static void
@@ -498,7 +498,7 @@
 
 #if 0
     printf( "fontfile: %s\n",
-            fontfile);
+            fontfile );
     printf( "validator type: %s\n",
             ( validator == OT_VALIDATE ) ? OT_VALIDATOR_SYMBOL : "unknown" );
     printf( "tables: %s\n",






reply via email to

[Prev in Thread] Current Thread [Next in Thread]