summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2007-10-04 16:38:24 +0000
committerTim Angus <tim@ngus.net>2007-10-04 16:38:24 +0000
commit6d05ba52fd5b7e485efb8c6f5ab906277c70e27f (patch)
treeb9e9a6b4b2a925ea1398066386f3cf67ede56c98 /src
parent6b42e8a4641ae13559597897666aa1e858d7ba38 (diff)
* Revert fix to bug 3282 since it's no longer necessary
Diffstat (limited to 'src')
-rw-r--r--src/game/g_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index d3b36804..eb8f6714 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -871,7 +871,7 @@ void G_Say( gentity_t *ent, gentity_t *target, int mode, const char *chatText )
break;
}
- Com_sprintf( text, sizeof( text ), "%s^7", chatText );
+ Q_strncpyz( text, chatText, sizeof( text ) );
if( target )
{