]> git.pond.sub.org Git - empserver/commit
(execute): Use player->comtail[1] instead of player->argp[1]. This
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 25 Nov 2007 14:06:53 +0000 (14:06 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 25 Nov 2007 14:06:53 +0000 (14:06 +0000)
commit698322553a9cd9c5abbefc3d5332b2342fff4f38
treec79af51cfec5de11aa0964becce2283ba12b6da9
parent90631d56ed7926ba9b391f81910ef6e4b63f0041
(execute): Use player->comtail[1] instead of player->argp[1].  This
makes execute send everything after the command back to the client
verbatim, not just the first argument (with quotes and funny
characters stripped).  The client always expected that, and got
confused when the server sent something else.
src/lib/player/player.c