Fix unescape_char when not unescaping.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 Sep 2012 07:52:54 +0000 (07:52 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 Sep 2012 07:52:54 +0000 (07:52 +0000)
commit6cb5be7813d4f7e9380929f900a6cbbb0e6756c6
treef50bb7579c83f0d477d9457cdb6372a710da7369
parentadb50bd4c92424e7281156e118a687da1c8ebd7f
Fix unescape_char when not unescaping.

 read.c (unescape_char): Advance 'p' after copying the unescaped
 characters.  Otherwise the backslashes are incorrectly erased from
 the original string.
ChangeLog
read.c