(encode_eol): Fix typo that prevented converting to Mac
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Jun 1998 04:50:57 +0000 (04:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Jun 1998 04:50:57 +0000 (04:50 +0000)
commit993824c9b3251048a492a57c382790ca0224a43a
treedcb2a04b600a5f560c3287512c930bfa8fde2223
parentf313ee82af3fb95f4da38ec4483c61f774241255
(encode_eol): Fix typo that prevented converting to Mac
line endings.  Always update dst_bytes to number of bytes actually copied.
(decode_eol): Fix value of coding->produced when decoding Unix
line endings (in case this function is ever used for that).
src/coding.c