changeset 29093:176708661b08

(encode_eol): Fix a bug of DOS style EOL encoding.
author Kenichi Handa <handa@m17n.org>
date Tue, 23 May 2000 00:17:27 +0000
parents deade76a7424
children 8b1a19b318e9
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Tue May 23 00:15:39 2000 +0000
+++ b/src/coding.c	Tue May 23 00:17:27 2000 +0000
@@ -2757,6 +2757,7 @@
 	  else
 	    EMIT_ONE_BYTE (c);
 	}
+      src_base = src;
     label_end_of_loop:
     }
   else