Hello, I can't do a `make all' on the current git master, and this patch fixes the problem. Can someone apply it?
Thanks, Patrick
From ab347e3e065dc69c4630be331d52aaa1db905ec0 Mon Sep 17 00:00:00 2001 From: Patrick McCarty <[email protected]> Date: Tue, 6 Jan 2009 14:20:51 -0800 Subject: [PATCH] Fix compile Signed-off-by: Patrick McCarty <[email protected]> --- scripts/etf2ly.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 26fd2e0..54daa94 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -1116,7 +1116,8 @@ class Etf_file: while c and c.number <> endno: - thread.append (c) c = c.next + thread.append (c) + c = c.next if c: thread.append (c) -- 1.6.1
_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
