From 0db078dc2c4b6f1643561730fa92108ee46785e6 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 19 Aug 1998 01:36:48 +0000 Subject: [PATCH] (ccl_driver): In case ccl_read_multibyte_character_suspend:, if ccl->last_block is nonzero, jump to ccl_repeat. --- src/ccl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ccl.c b/src/ccl.c index b3d61f7863f..54947f2d0c5 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -1187,7 +1187,7 @@ ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed) if (ccl->last_block) { ic = ccl->eof_ic; - goto ccl_finish; + goto ccl_repeat; } else CCL_SUSPEND (CCL_STAT_SUSPEND_BY_SRC); -- 2.39.2