You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/netwatch/files/netwatch-1.3.0.1-fix-fortif...

12 lines
313 B

--- 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;