diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/formula.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/formula.c b/FICS/formula.c index 04b315e..ffbca20 100644 --- a/FICS/formula.c +++ b/FICS/formula.c @@ -593,7 +593,7 @@ ChooseClauses(player *who, char *formula) PRIVATE void ExplainFormula(game *g, textlist **clauses) { - char txt[20]; + char txt[20] = { '\0' }; int i, which, dummy_index, value; player *challenged = &parray[g->black]; textlist** Cur = clauses; |