projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2874aa9
)
Fix max/min-bpm-parsing so minbpm isn't negative.
author
Steinar H. Gunderson
<sesse@samfundet.no>
Sun, 13 Feb 2005 16:50:07 +0000
(16:50 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Sun, 13 Feb 2005 16:50:07 +0000
(16:50 +0000)
parse/parse-wiki-songlist.pl
patch
|
blob
|
history
diff --git
a/parse/parse-wiki-songlist.pl
b/parse/parse-wiki-songlist.pl
index
3f13118
..
5a35d67
100644
(file)
--- a/
parse/parse-wiki-songlist.pl
+++ b/
parse/parse-wiki-songlist.pl
@@
-10,7
+10,7
@@
while (<>) {
m/
\| \s* \[\[ (.*?) \]\] \s* # song name
\|\| \s* \[\[ (.*?) \]\] \s* # artist
- \|\| \s* (\d+(
-\d+
)?) \s* # bpm
+ \|\| \s* (\d+(
?:-(\d+)
)?) \s* # bpm
\|\| \s* (\d+) \s* # single beginner
\|\| \s* (\d+) \s* # single standard
\|\| \s* (\d+) \s* # single difficult