From: handa Date: Wed, 7 Nov 2007 12:00:49 +0000 (+0000) Subject: (mflt_run): Fix typo. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9862bc64c692a57d048f90e3e3c37e9a787fc0f6;p=m17n%2Fm17n-lib.git (mflt_run): Fix typo. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index e850382..4f4c147 100644 --- 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; }