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:
649c564
)
(lookup_gpos): Fix handling of IGNORED_GLYPH.
author
handa
<handa>
Fri, 17 Aug 2007 05:43:24 +0000
(
05:43
+0000)
committer
handa
<handa>
Fri, 17 Aug 2007 05:43:24 +0000
(
05:43
+0000)
src/otfdrive.c
patch
|
blob
|
history
diff --git
a/src/otfdrive.c
b/src/otfdrive.c
index
a822704
..
73ed66f
100644
(file)
--- a/
src/otfdrive.c
+++ b/
src/otfdrive.c
@@
-815,7
+815,7
@@
lookup_gpos (OTF_LookupList *lookup_list, unsigned lookup_list_index,
OTF_Glyph *nextg;
for (next_gidx = gidx + 1, nextg = gstring->glyphs + next_gidx;
- next_gidx < gstring->used && ! IGNORED_GLYPH (nextg, flag);
+ next_gidx < gstring->used && IGNORED_GLYPH (nextg, flag);
next_gidx++, nextg++);
if (next_gidx >= gstring->used