(encode_eol): Fix a bug of DOS style EOL encoding.

This commit is contained in:
Kenichi Handa 2000-05-23 00:17:27 +00:00
parent 29ced61baa
commit ff2b1ea945

View 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