summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 9a225c24..cf203560 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1350,7 +1350,7 @@ void Cmd_CallVote_f( gentity_t *ent )
return;
}
- Com_sprintf( level.voteString[ team ], sizeof( level.voteString ),
+ Com_sprintf( level.voteString[ team ], sizeof( level.voteString[ team ] ),
"%s \"%s\"", vote, arg );
Com_sprintf( level.voteDisplayString[ team ],
sizeof( level.voteDisplayString[ team ] ),