(encode_eol): Fix a bug of DOS style EOL encoding.
This commit is contained in:
parent
29ced61baa
commit
ff2b1ea945
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue