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 75c3aee..688a5db 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -3101,7 +3101,7 @@ ClrMsgRange(int p, int start, int end) PUBLIC int player_clear_messages(int p) { - char fname[MAX_FILENAME_SIZE]; + char fname[MAX_FILENAME_SIZE] = { '\0' }; if (!parray[p].registered) return -1; |
