From b0b81b1bc6584c7f0da9048994205ab846f65e25 Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sun, 3 Dec 2006 15:49:19 +0200 Subject: [PATCH] rand -> random --- scm/lily.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/lily.scm b/scm/lily.scm index 954aa97d2a..01533949fd 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -538,7 +538,7 @@ The syntax is the same as `define*-public'." (ly:clear-anonymous-modules) (if (ly:get-option 'debug-gc) (dump-gc-protects) - (if (= (rand 40) 1) + (if (= (random 40) 1) (ly:reset-all-fonts)))) files) -- 2.39.2