From 4d1e258746005dea8023c93e758b6818e5fa83f5 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 23 Dec 2008 01:07:02 +0000 Subject: [PATCH] (lookup_encoding_4): Fix typo. --- src/otfdrive.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otfdrive.c b/src/otfdrive.c index 735681d..9286097 100644 --- a/src/otfdrive.c +++ b/src/otfdrive.c @@ -1294,7 +1294,7 @@ lookup_encoding_4 (OTF_EncodingSubtable4 *sub4, OTF_GlyphString *gstring) gstring->glyphs[i].glyph_id = 0; for (j = 0; j < segCount; j++) { - OTF_cmapSegument *seg = sub4->segments + i; + OTF_cmapSegment *seg = sub4->segments + i; if (c >= seg->startCount && c <= seg->endCount) { -- 1.7.10.4