diff options
Diffstat (limited to 'audio/chordpack/files/patch-chordpack')
-rw-r--r-- | audio/chordpack/files/patch-chordpack | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/chordpack/files/patch-chordpack b/audio/chordpack/files/patch-chordpack new file mode 100644 index 000000000000..700b6c45dbbe --- /dev/null +++ b/audio/chordpack/files/patch-chordpack @@ -0,0 +1,11 @@ +--- chordpack.orig Sun Jul 8 01:09:29 2001 ++++ chordpack Sun Jul 8 01:09:32 2001 +@@ -1590,7 +1590,7 @@ + + # {{{ Comment (programmer's kind of) + if (/^\x23/) { # \x23 is hash +- next LINE; } ++ next; } + # }}} + # {{{ Chord instructions + if (/\[[^:]/) { |