From: handa Date: Thu, 16 Aug 2007 12:08:13 +0000 (+0000) Subject: (run_stages): Fix typo. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=87fea68fe8148aebe85f960bf4610fc3867d4d8a;p=m17n%2Fm17n-lib.git (run_stages): Fix typo. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index c131213..bdc1d9e 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -1797,7 +1797,7 @@ run_stages (MFLTGlyphString *gstring, int from, int to, g_indices[pos - orig_from] = i; } for (i = 0; i < len; i++) - if (! g_indices[i]) + if (g_indices[i] < 0) { if (i == 0) {