Fix warning.

This commit is contained in:
Con Kolivas 2023-05-25 08:44:16 +10:00
parent 86c1baa91a
commit 2fa6ec379c

View File

@ -49,7 +49,7 @@ void logmsg(int loglevel, const char *fmt, ...)
void mkstamp(char *stamp, size_t siz)
{
long minoff, hroff;
char tzinfo[16];
char tzinfo[24];
time_t now_t;
struct tm tm;
char tzch;