coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to call...
authorKenichi Handa <handa@m17n.org>
Thu, 8 Dec 2011 05:54:20 +0000 (14:54 +0900)
committerKenichi Handa <handa@m17n.org>
Thu, 8 Dec 2011 05:54:20 +0000 (14:54 +0900)
commit76470ad1a01b2d38137fe5fb9e2a18446e7d4536
tree41397ed8c85f7165dac323790ad544cb70b3060f
parent745fff94a04a8a959a0c3cf1a1d2db8531d38576
coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to call ccl_driver at least once.
src/ChangeLog
src/coding.c