From 5b8b5b19506b33266b6ae7a1b84668f661163426 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 11 Dec 2006 16:32:38 +0100 Subject: [PATCH] rand bugfix backport --- scm/lily.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/lily.scm b/scm/lily.scm index 5a1bdaa681..868998ffc5 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -537,7 +537,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.5