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:
6dd8f12
)
(compose_glyph_string): Terminate the last loop after
author
handa
<handa>
Fri, 25 Jun 2004 11:56:09 +0000
(11:56 +0000)
committer
handa
<handa>
Fri, 25 Jun 2004 11:56:09 +0000
(11:56 +0000)
doing default combining if necessary.
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
833faee
..
05b6f24
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-430,6
+430,8
@@
compose_glyph_string (MFrame *frame, MText *mt, int from, int to,
}
if (start + 1 < i)
reorder_combining_chars (gstring, start, i);
+ if (this->type == GLYPH_ANCHOR)
+ break;
}
g = MGLYPH (i);
}