aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/utils.c')
-rw-r--r--FICS/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c
index a663c5d..856a1bf 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -796,7 +796,7 @@ hms_desc(int t)
PUBLIC char *
hms(int t, int showhour, int showseconds, int spaces)
{
- char tmp[10];
+ char tmp[10] = { '\0' };
int h, m, s;
static char tstr[20];