From: Patrick McCarty Date: Tue, 6 Jan 2009 22:20:51 +0000 (-0800) Subject: Fix compile X-Git-Tag: release/2.12.2-1~42^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd237d4df77489170dc5c204a9ba58819a904dfa;p=lilypond.git Fix compile Signed-off-by: Patrick McCarty --- diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 26fd2e03ae..54daa94dec 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)