mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 00:51:50 -08:00
(ccl_coding_driver): Initialize ccl->multibyte.
This commit is contained in:
parent
975ddbf53c
commit
7272d75c04
1 changed files with 1 additions and 0 deletions
|
|
@ -3912,6 +3912,7 @@ ccl_coding_driver (coding, source, destination, src_bytes, dst_bytes, encodep)
|
||||||
ccl->last_block = coding->mode & CODING_MODE_LAST_BLOCK;
|
ccl->last_block = coding->mode & CODING_MODE_LAST_BLOCK;
|
||||||
if (encodep)
|
if (encodep)
|
||||||
ccl->eol_type = coding->eol_type;
|
ccl->eol_type = coding->eol_type;
|
||||||
|
ccl->multibyte = coding->src_multibyte;
|
||||||
coding->produced = ccl_driver (ccl, source, destination,
|
coding->produced = ccl_driver (ccl, source, destination,
|
||||||
src_bytes, dst_bytes, &(coding->consumed));
|
src_bytes, dst_bytes, &(coding->consumed));
|
||||||
if (encodep)
|
if (encodep)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue