projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac98e11
)
(run_command): Don't set ENCODED and MEASURED of separator.
author
handa
<handa>
Wed, 2 Dec 2009 07:44:30 +0000
(07:44 +0000)
committer
handa
<handa>
Wed, 2 Dec 2009 07:44:30 +0000
(07:44 +0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
3832935
..
7532058
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-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;
}