More cleaning up after slobs.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2003-03-21 21:26:26 +00:00
parent 5fb8aa07f3
commit 41bfde9cfa
8 changed files with 151 additions and 99 deletions

View file

@ -711,7 +711,7 @@ Host_Say (qboolean teamonly)
save = host_client;
p = Hunk_TempAlloc (strlen(Cmd_Args (1)) + 1);
p = Hunk_TempAlloc (strlen (Cmd_Args (1)) + 1);
strcpy (p, Cmd_Args (1));
// remove quotes if present
if (*p == '"') {
@ -777,7 +777,7 @@ Host_Tell_f (void)
strcpy (text, host_client->name);
strcat (text, ": ");
p = Hunk_TempAlloc (strlen(Cmd_Args (1)) + 1);
p = Hunk_TempAlloc (strlen (Cmd_Args (1)) + 1);
strcpy (p, Cmd_Args (1));
// remove quotes if present