(run_command): Don't set ENCODED and MEASURED of separator.
authorhanda <handa>
Wed, 2 Dec 2009 07:44:30 +0000 (07:44 +0000)
committerhanda <handa>
Wed, 2 Dec 2009 07:44:30 +0000 (07:44 +0000)
src/m17n-flt.c

index 3832935..7532058 100644 (file)
@@ -2202,8 +2202,8 @@ run_command (int depth, int id, int from, int to, FontLayoutContext *ctx)
        g = GREF (ctx->out, ctx->out->used - 1);
        g->c = -1, g->code = 0;
        g->xadv = g->yadv = 0;
-       SET_ENCODED (g, 1);
-       SET_MEASURED (g, 1);
+       SET_ENCODED (g, 0);
+       SET_MEASURED (g, 0);
        SET_CATEGORY_CODE (g, ' ');
        return from;
       }