(encode_coding_string): Fix previous change.
This commit is contained in:
parent
2391eaa401
commit
13004bef1e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue