diff options
Diffstat (limited to 'FICS/utils.c')
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index 6872428..e7a926a 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -478,7 +478,7 @@ PUBLIC int pmore_file(int p) { FILE *fp; - char tmp[MAX_LINE_SIZE]; + char tmp[MAX_LINE_SIZE] = { '\0' }; int lcount = (parray[p].d_height - 1); if (!parray[p].last_file) { |