aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/shutdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/shutdown.c b/FICS/shutdown.c
index 22063d9..5393c11 100644
--- a/FICS/shutdown.c
+++ b/FICS/shutdown.c
@@ -16,8 +16,8 @@
#include <bsd/string.h>
#endif
-PRIVATE char downer[1024];
-PRIVATE char reason[1024];
+PRIVATE char downer[1024] = { '\0' };
+PRIVATE char reason[1024] = { '\0' };
PRIVATE time_t lastTimeLeft;
PRIVATE time_t shutdownStartTime;