]> git.donarmstrong.com Git - lilypond.git/commitdiff
rand bugfix backport
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 11 Dec 2006 15:32:38 +0000 (16:32 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 11 Dec 2006 15:32:38 +0000 (16:32 +0100)
scm/lily.scm

index 5a1bdaa6817254888b4dc293aea678e898207558..868998ffc53dd4bb4bf45416ce4652752f3593c7 100644 (file)
@@ -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)