From: fred Date: Tue, 26 Mar 2002 22:43:12 +0000 (+0000) Subject: lilypond-1.3.4 X-Git-Tag: release/1.5.59~2001 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=40e84140a69837341f538b90344c93d486133ada;p=lilypond.git lilypond-1.3.4 --- 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;