From: fred Date: Sat, 14 Dec 1996 12:11:32 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~6589 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2620076acd63263c212ec86dc9cf5202232ed7fe;p=lilypond.git lilypond-0.0.17 --- diff --git a/src/key.cc b/src/key.cc index 0a5af6ffd7..dac8c266ec 100644 --- a/src/key.cc +++ b/src/key.cc @@ -63,7 +63,7 @@ Key::oldkey_undo(svecs) for (int i=0; i < newkey.sz(); i++) newkey[i] = 0; - for (int i=0; i < s.sz(); i++) { + for (int i=0; i < s.sz(); ) { int large = s[i++]; int small = s[i++]; newkey[large] = small;