summaryrefslogtreecommitdiff
blob: 621cc7105a07b2d9e1110a9e583a1382e72019cd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/netwatch.c
+++ b/netwatch.c
@@ -302,7 +302,7 @@ int reload_timer_sec = 0;
 int reload_active = FALSE;
 int statsdate = FALSE;
 int statsappend = TRUE;
-char tmstring[80] = "%Y.%m.%d.%H.%M";
+char tmstring[256] = "%Y.%m.%d.%H.%M";
 int freezedisplay = FALSE;
 int lastfreeze = FALSE;
 int sentclear = FALSE;