Commit d88a0c9e64b69242d29bcfaf6ab71139528de8f5

David Turner 2007-01-05T17:59:18

fixing typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/sfnt/ttmtx.c b/src/sfnt/ttmtx.c
index 5aa4b81..e3eff29 100644
--- a/src/sfnt/ttmtx.c
+++ b/src/sfnt/ttmtx.c
@@ -358,7 +358,7 @@
       table_size = face->horz_metrics_size;
     }
 
-    table_end = table_pos + table_end;
+    table_end = table_pos + table_size;
 
     k = header->number_Of_HMetrics;