aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/playerdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/playerdb.c')
-rw-r--r--FICS/playerdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index 03450c6..8c1e1c0 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -2652,7 +2652,7 @@ player_num_results(int p, int result)
PUBLIC int
player_simul_over(int p, int g, int result)
{
- char tmp[1024];
+ char tmp[1024] = { '\0' };
int on, ong, p1, which = -1, won;
for (won = 0; won < parray[p].simul_info.numBoards; won++) {