]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.4
authorfred <fred>
Tue, 26 Mar 2002 22:43:12 +0000 (22:43 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:43:12 +0000 (22:43 +0000)
lily/property-inspect.cc

index 57093f8bce8adffac3f6485baee180df7ac6415d..af4e5a607d94a6c1ac6033e51c38d06163c28000 100644 (file)
@@ -14,7 +14,7 @@ isdir_b (SCM s)
 {
   if (gh_number_p (s))
     {
-      int i = gh_int2scm (s);
+      int i = gh_scm2int (s);
       return i>= -1 && i <= 1; 
     }
   return false;