From: Han-Wen Nienhuys Date: Mon, 9 Jun 2008 06:09:37 +0000 (-0300) Subject: Thinko. X-Git-Tag: release/2.11.49-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bd6d47c97a08df801f5d58d700faa21bad2a193d;p=lilypond.git Thinko. --- diff --git a/lily/nested-property.cc b/lily/nested-property.cc index c596718144..fb62c7d80a 100644 --- a/lily/nested-property.cc +++ b/lily/nested-property.cc @@ -70,7 +70,7 @@ nested_property_revert_alist (SCM alist, SCM prop_path) for (SCM s = alist; scm_is_pair (s); s = scm_cdr (s)) { SCM sub_sym = scm_caar (s); - SCM old_val = scm_cadr (s); + SCM old_val = scm_cdar (s); if (sub_sym == wanted_sym) {