diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index e292f808597..869a2715640 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -6654,6 +6654,8 @@ decode_coding (coding) | |||
| 6654 | that the number of data is less than the size of | 6654 | that the number of data is less than the size of |
| 6655 | coding->charbuf. */ | 6655 | coding->charbuf. */ |
| 6656 | coding->charbuf_used = 0; | 6656 | coding->charbuf_used = 0; |
| 6657 | coding->chars_at_source = 0; | ||
| 6658 | |||
| 6657 | while (nbytes-- > 0) | 6659 | while (nbytes-- > 0) |
| 6658 | { | 6660 | { |
| 6659 | int c = *src++; | 6661 | int c = *src++; |