(ccl_driver): In case

ccl_read_multibyte_character_suspend:, if ccl->last_block is
nonzero, jump to ccl_repeat.
This commit is contained in:
Kenichi Handa 1998-08-19 01:36:48 +00:00
parent 1ddd1e348a
commit 0db078dc2c

View file

@ -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);