]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode_eol): Fix a bug of DOS style EOL encoding.
authorKenichi Handa <handa@m17n.org>
Tue, 23 May 2000 00:17:27 +0000 (00:17 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 23 May 2000 00:17:27 +0000 (00:17 +0000)
src/coding.c

index 148b105e3d635a86017f7c38eed46417d5150a23..bf3b731a99e4f2f5715ff96fc51d277ccc349d25 100644 (file)
@@ -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