projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e370a1
)
(mflt_run): Fix typo.
author
handa
<handa>
Wed, 7 Nov 2007 12:00:49 +0000
(12:00 +0000)
committer
handa
<handa>
Wed, 7 Nov 2007 12:00:49 +0000
(12:00 +0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
e850382
..
4f4c147
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-2378,7
+2378,7
@@
mflt_run (MFLTGlyphString *gstring, int from, int to,
{
if (! auto_flt)
{
- for (this_to = this_from; this_to < to; i++)
+ for (this_to = this_from; this_to < to; this_to++)
if (mchartable_lookup (flt->coverage, GREF (gstring, this_to)->c))
break;
}