From fb2bae914f5fae14ad95ece3ff3764f0afcbe0e2 Mon Sep 17 00:00:00 2001 From: sezero Date: Sun, 29 Aug 2010 10:22:17 +0000 Subject: [PATCH] added comment in Host_Name_f() git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@301 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/host_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/host_cmd.c b/Quake/host_cmd.c index 9290e572..642e9728 100644 --- a/Quake/host_cmd.c +++ b/Quake/host_cmd.c @@ -1247,7 +1247,7 @@ void Host_Name_f (void) Q_strncpy(newName, Cmd_Argv(1), sizeof(newName)-1); else Q_strncpy(newName, Cmd_Args(), sizeof(newName)-1); - newName[15] = 0; + newName[15] = 0; // client_t structure actually says name[32]. if (cmd_source == src_command) {