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 148b105e3d6..bf3b731a99e 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -2757,6 +2757,7 @@ encode_eol (coding, source, destination, src_bytes, dst_bytes) | |||
| 2757 | else | 2757 | else |
| 2758 | EMIT_ONE_BYTE (c); | 2758 | EMIT_ONE_BYTE (c); |
| 2759 | } | 2759 | } |
| 2760 | src_base = src; | ||
| 2760 | label_end_of_loop: | 2761 | label_end_of_loop: |
| 2761 | } | 2762 | } |
| 2762 | else | 2763 | else |