X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=keys.c;h=deeb06674d67033b57a344e6ebdba320dc3025aa;hb=5e5a0dc6a799dea2883254396414e6c3817f862f;hp=e93f83ac95504136e3605ce7a1ba0a15ae0faf67;hpb=98b5c5bdb76e2a329ca27b2a91b935dad3747722;p=xonotic%2Fdarkplaces.git diff --git a/keys.c b/keys.c index e93f83ac..deeb0667 100644 --- a/keys.c +++ b/keys.c @@ -743,7 +743,8 @@ Key_Console (int key, int unicode) } else if (*p == '\n' || *p == '\r' || *p == '\b') *p++ = ';'; - p++; + else + p++; } #else strtok(cbd, "\n\r\b");