From 9862bc64c692a57d048f90e3e3c37e9a787fc0f6 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 7 Nov 2007 12:00:49 +0000 Subject: [PATCH] (mflt_run): Fix typo. --- src/m17n-flt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.7.10.4