From bd6d47c97a08df801f5d58d700faa21bad2a193d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 9 Jun 2008 03:09:37 -0300 Subject: [PATCH] Thinko. --- lily/nested-property.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5