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:
f13afa6
)
(lookup_gsub): Increment `gidx' correctly in the
author
handa
<handa>
Fri, 13 May 2005 07:18:49 +0000
(07:18 +0000)
committer
handa
<handa>
Fri, 13 May 2005 07:18:49 +0000
(07:18 +0000)
case of GSUB_Ligature1.
src/otfdrive.c
patch
|
blob
|
history
diff --git
a/src/otfdrive.c
b/src/otfdrive.c
index
2449faa
..
51053b3
100644
(file)
--- a/
src/otfdrive.c
+++ b/
src/otfdrive.c
@@
-500,7
+500,7
@@
lookup_gsub (OTF *otf, OTF_LookupList *lookup_list, unsigned lookup_list_index,
continue;
gstring_subst (otf, gstring, gidx, gidx + 1 + n, flag,
&lig->LigGlyph, 1);
- gidx += lig->CompCount;
+ gidx++;
break;
}
}