]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 9 Jun 2008 06:09:37 +0000 (03:09 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 9 Jun 2008 06:09:37 +0000 (03:09 -0300)
lily/nested-property.cc

index c59671814439db7da1fa7fadfdcc9230a456e646..fb62c7d80ad08196313ad8c2a4d6509369037524 100644 (file)
@@ -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)
        {