(ccl_driver): In case
ccl_read_multibyte_character_suspend:, if ccl->last_block is nonzero, jump to ccl_repeat.
This commit is contained in:
parent
1ddd1e348a
commit
0db078dc2c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue