mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
More cleaning up after slobs.
This commit is contained in:
parent
5fb8aa07f3
commit
41bfde9cfa
8 changed files with 151 additions and 99 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue