]> git.wh0rd.org - fontconfig.git/blobdiff - src/ftglue.c
Add architecture to cache filename.
[fontconfig.git] / src / ftglue.c
index 0ad935ef2625a48e00603858869fb4f5bfb02c6f..413a933ab1b02e3b6171ec82faf86632196650fd 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;
       }
     }