summaryrefslogtreecommitdiff
path: root/pango/opentype/ftglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/opentype/ftglue.c')
-rw-r--r--pango/opentype/ftglue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/opentype/ftglue.c b/pango/opentype/ftglue.c
index b3fd5b2d..76a62001 100644
--- a/pango/opentype/ftglue.c
+++ b/pango/opentype/ftglue.c
@@ -331,7 +331,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;
}
}