From 2954208d00d422b34fa3a69631b0a091f17a349d Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 2 Dec 2020 08:23:52 +0100 Subject: 5.44 --- hacks/glx/glmatrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hacks/glx/glmatrix.c') diff --git a/hacks/glx/glmatrix.c b/hacks/glx/glmatrix.c index 1e1c4f6..a638583 100644 --- a/hacks/glx/glmatrix.c +++ b/hacks/glx/glmatrix.c @@ -251,7 +251,7 @@ reset_strip (ModeInfo *mi, strip *s) if (do_clock && !time_displayed_p && (i < GRID_SIZE-5) && /* display approx. once per 5 strips */ - !(random() % (GRID_SIZE-5)*5)) + !(random() % ((GRID_SIZE-5)*5))) { int j; char text[80]; -- cgit v1.2.3-55-g7522