From ff2b1ea945cd782f98d1db3cbfd20ed53f638538 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 23 May 2000 00:17:27 +0000 Subject: [PATCH] (encode_eol): Fix a bug of DOS style EOL encoding. --- src/coding.c | 1 + 1 file changed, 1 insertion(+) 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) else EMIT_ONE_BYTE (c); } + src_base = src; label_end_of_loop: } else -- 2.39.5