]> git.wh0rd.org - fontconfig.git/blobdiff - src/ftglue.c
[fcstr] Remove unused variable
[fontconfig.git] / src / ftglue.c
index 0ad935ef2625a48e00603858869fb4f5bfb02c6f..9caad7c6a7ab3a45a1176b476bfe8f7c6c4e7da6 100644 (file)
@@ -290,7 +290,7 @@ ftglue_face_goto_table( FT_Face    face,
       if ( tag == the_tag )
       {
         LOG(( "TrueType table (start: %ld) (size: %ld)\n", start, size ));
-        error = ftglue_stream_seek( stream, offset+start );
+        error = ftglue_stream_seek( stream, start );
         goto FoundIt;
       }
     }
@@ -307,3 +307,6 @@ Exit:
 }                        
 
 #undef QALLOC
+#define __ftglue__
+#include "fcaliastail.h"
+#undef __ftglue__