Fix warning.
This commit is contained in:
parent
86c1baa91a
commit
2fa6ec379c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user