From 68fb260abb8626df7ac508edebdadd8eca56348f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 18 Aug 2002 15:23:39 +0000 Subject: [PATCH] (internal_set_grob_property): Revert oops. --- ChangeLog | 2 ++ lily/grob-property.cc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 41ee7239ba..57b7bf482b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-08-18 Jan Nieuwenhuizen + * lily/grob-property.cc (internal_set_grob_property): Revert oops. + * lily/input.cc (message): * flower/warn.cc (message): Flush output. diff --git a/lily/grob-property.cc b/lily/grob-property.cc index 768f0d0724..a24ee01cd9 100644 --- a/lily/grob-property.cc +++ b/lily/grob-property.cc @@ -74,7 +74,7 @@ Grob::internal_set_grob_property (SCM s, SCM v) if (internal_type_checking_global_b) { - if (type_check_assignment (s, v, ly_symbol2scm ("backend-type?"))) + if (!type_check_assignment (s, v, ly_symbol2scm ("backend-type?"))) abort (); check_interfaces_for_property (this, s); } -- 2.39.5