From 40e84140a69837341f538b90344c93d486133ada Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:43:12 +0000 Subject: [PATCH] lilypond-1.3.4 --- lily/property-inspect.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/property-inspect.cc b/lily/property-inspect.cc index 57093f8bce..af4e5a607d 100644 --- a/lily/property-inspect.cc +++ b/lily/property-inspect.cc @@ -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; -- 2.39.5