diff options
Diffstat (limited to 'FICS/playerdb.c')
-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 d137de0..b5f40d9 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -2428,7 +2428,7 @@ ClearTextList(textlist *head) PRIVATE int SaveThisMsg(int which, char *line) { - char Sender[MAX_LOGIN_NAME]; + char Sender[MAX_LOGIN_NAME] = { '\0' }; int p1; if (which == 0) |