summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/coding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 2d37386070d..04fb863885a 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5452,6 +5452,7 @@ encode_coding_string (str, coding, nocopy)
buf.size - produced);
consumed += coding->consumed;
consumed_char += coding->consumed_char;
+ produced += coding->produced;
produced_char += coding->produced_char;
if (result == CODING_FINISH_NORMAL
|| (result == CODING_FINISH_INSUFFICIENT_SRC