From 0508e231045241565952499cb533157f395b8256 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Wed, 1 May 2013 14:01:34 -0300 Subject: [PATCH] ircstat/stat, ircstat/mlstat: print month/year only every 4th month While still readable in the X11 output, the month/year labels got too close in the PNG output. We thus only print them every 4th month now, instead of every 3rd. --- ircstat/mlstat | 2 +- ircstat/stat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ircstat/mlstat b/ircstat/mlstat index bd803f9..7f41d82 100755 --- a/ircstat/mlstat +++ b/ircstat/mlstat @@ -21,7 +21,7 @@ while read l; do esac done _out n=0 diff --git a/ircstat/stat b/ircstat/stat index 0d8b6d5..93b6d82 100755 --- a/ircstat/stat +++ b/ircstat/stat @@ -11,7 +11,7 @@ case "$1" in exit 1;; esac -N=3 +N=4 t= >_out n=0