(run_stages): Fix typo.
authorhanda <handa>
Thu, 16 Aug 2007 12:08:13 +0000 (12:08 +0000)
committerhanda <handa>
Thu, 16 Aug 2007 12:08:13 +0000 (12:08 +0000)
src/m17n-flt.c

index c131213..bdc1d9e 100644 (file)
@@ -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)
              {