]> git.pond.sub.org Git - empserver/commit
(ioq_gets): Support telnet line termination "\r\n". Previously,
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 11 Jun 2005 16:38:58 +0000 (16:38 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 11 Jun 2005 16:38:58 +0000 (16:38 +0000)
commit95234c8e9fcfe876fd9e18b755ae90fab3cc10ce
tree80233413bc571c20f2f515a0203a003993eef0eb
parent34fe99ee2364c2d1fed7ba404c19c8a94c152cc7
(ioq_gets): Support telnet line termination "\r\n".  Previously,
string input other than through parse() or getele() failed to strip
'\r', which could end up in ship names and such.
(getele): Code dealing with '\r' is now redundant, remove.  It ceased
to work in rev. 1.6 because input filtering replaces '\r' by '?'.
src/lib/gen/ioqueue.c
src/lib/subs/getele.c