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:
parent
c599312125
commit
0508e23104
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user