From: tomaz Date: Sat, 11 Sep 2004 18:31:37 +0000 (+0000) Subject: Fixed a bug in the commandline parser when giving it more than one + command. X-Git-Tag: xonotic-v0.1.0preview~5617 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ac92a1178cceef5b0ad1b392e27fb5deb5bab79f;p=xonotic%2Fdarkplaces.git Fixed a bug in the commandline parser when giving it more than one + command. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4478 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cmd.c b/cmd.c index a0747954..41a68f58 100644 --- a/cmd.c +++ b/cmd.c @@ -252,6 +252,7 @@ void Cmd_StuffCmds_f (void) build[l++] = '\n'; build[l++] = 0; Cbuf_InsertText (build); + i--; } } }