[master] 9863f3e Increase column with by 1 to allow space for a scaling factor

Martin Blix Grydeland martin at varnish-software.com
Tue Jan 27 17:17:56 CET 2015


commit 9863f3e7bd7c61d1d055931b3b9b80c6629678d4
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Mon Jan 19 11:28:48 2015 +0100

    Increase column with by 1 to allow space for a scaling factor

diff --git a/bin/varnishstat/varnishstat_curses.c b/bin/varnishstat/varnishstat_curses.c
index 48ae7fe..a623d46 100644
--- a/bin/varnishstat/varnishstat_curses.c
+++ b/bin/varnishstat/varnishstat_curses.c
@@ -62,7 +62,7 @@
 #define LINES_POINTS_MIN	3
 
 #define N_COL			6
-#define COLW			13
+#define COLW			14
 #define COLW_NAME_MIN		24
 
 struct ma {



More information about the varnish-commit mailing list