From: Han-Wen Nienhuys Date: Mon, 11 Dec 2006 15:32:38 +0000 (+0100) Subject: rand bugfix backport X-Git-Tag: release/2.10.2-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5b8b5b19506b33266b6ae7a1b84668f661163426;p=lilypond.git rand bugfix backport --- 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)