projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
226ee47
)
(lookup_encoding_4): Fix typo.
author
handa
<handa>
Tue, 23 Dec 2008 01:07:02 +0000
(
01:07
+0000)
committer
handa
<handa>
Tue, 23 Dec 2008 01:07:02 +0000
(
01:07
+0000)
src/otfdrive.c
patch
|
blob
|
history
diff --git
a/src/otfdrive.c
b/src/otfdrive.c
index
735681d
..
9286097
100644
(file)
--- 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)
{