1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-21 21:25:54 +02:00

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.
This commit is contained in:
Werner Almesberger 2013-05-01 14:01:34 -03:00
parent c599312125
commit 0508e23104
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ while read l; do
esac esac
done <ML done <ML
N=3 N=4
t= t=
>_out >_out
n=0 n=0

View File

@ -11,7 +11,7 @@ case "$1" in
exit 1;; exit 1;;
esac esac
N=3 N=4
t= t=
>_out >_out
n=0 n=0