diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/gamedb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c index 4f58ddf..3e58b38 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -1549,6 +1549,7 @@ RemoveHistGame(char *file, int maxlines) long int When, oppWhen; _Static_assert(20 < ARRAY_SIZE(Opponent)); + When = oppWhen = 0; if ((fp = fopen(file, "r")) == NULL) { return; |