diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index a4142de..7ee4834 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -346,7 +346,7 @@ void ReadV1PlayerFmt(int p, player *pp, FILE *fp, char *file, int version) { char *tmp; - char tmp2[MAX_STRING_LENGTH]; + char tmp2[MAX_STRING_LENGTH] = { '\0' }; int bs, ss, ws, ls, bugs; int i, size_cens, size_noplay, size_not, size_gnot, size_chan, len; |