aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/comproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/comproc.c')
-rw-r--r--FICS/comproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c
index c4389a4..5bd1eba 100644
--- a/FICS/comproc.c
+++ b/FICS/comproc.c
@@ -105,8 +105,8 @@ PUBLIC void
rscan_news2(FILE *fp, int p, int num)
{
char *junkp;
- char count[10];
- char junk[MAX_LINE_SIZE];
+ char count[10] = { '\0' };
+ char junk[MAX_LINE_SIZE] = { '\0' };
long int lval;
time_t crtime;