From d5f4022408249c5a513ae795b7b360854bd75a6c Mon Sep 17 00:00:00 2001 From: nirav Date: Thu, 19 Sep 2019 15:36:02 +0000 Subject: Update --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'log.c') diff --git a/log.c b/log.c index c543238..eab204c 100644 --- a/log.c +++ b/log.c @@ -10,7 +10,7 @@ static int save; static time_t now; static struct tm *tm; -static char buf[25]; /* "2011-10-08T07:07:09+1111" */ +static char buf[25]; /* strlen("2011-10-08T07:07:09+1111") + 1 */ static va_list ap; static enum loglevel def_loglevel = LOG_DEBUG; -- cgit v1.2.3