diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 5b44a9e035a..ba837670ea1 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3912,6 +3912,7 @@ ccl_coding_driver (coding, source, destination, src_bytes, dst_bytes, encodep) | |||
| 3912 | ccl->last_block = coding->mode & CODING_MODE_LAST_BLOCK; | 3912 | ccl->last_block = coding->mode & CODING_MODE_LAST_BLOCK; |
| 3913 | if (encodep) | 3913 | if (encodep) |
| 3914 | ccl->eol_type = coding->eol_type; | 3914 | ccl->eol_type = coding->eol_type; |
| 3915 | ccl->multibyte = coding->src_multibyte; | ||
| 3915 | coding->produced = ccl_driver (ccl, source, destination, | 3916 | coding->produced = ccl_driver (ccl, source, destination, |
| 3916 | src_bytes, dst_bytes, &(coding->consumed)); | 3917 | src_bytes, dst_bytes, &(coding->consumed)); |
| 3917 | if (encodep) | 3918 | if (encodep) |