diff options
Diffstat (limited to 'FICS/command.c')
| -rw-r--r-- | FICS/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/command.c b/FICS/command.c index 3a8ddbf..c5d6950 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -1303,7 +1303,7 @@ PUBLIC void commands_init(void) { FILE *fp, *afp; - char fname[MAX_FILENAME_SIZE]; + char fname[MAX_FILENAME_SIZE] = { '\0' }; int fd[2]; int i = 0; |
