Restrict use of escape expansion
authorH.G. Muller <h.g.muller@hccnet.nl>
Fri, 12 Nov 2010 16:02:53 +0000 (17:02 +0100)
committerArun Persaud <arun@nubati.net>
Sun, 14 Nov 2010 05:08:02 +0000 (21:08 -0800)
commit6fc36efaa39c45911689000cfe10fd5c60aaf21b
treec65d04d659c9d5ca8aceabdb5444b5b6b8ef3c77
parent41ae77e8698b5b851b09681ce9b7120ccb605eb6
Restrict use of escape expansion

Only expand escape sequences like \n and \t in telluser(error) comamnds
that ask for it by preficing the messages by double backslash. Otherwise
backward copatiblity is too severely broken for messages that display
DOS-style filenames.
backend.c