projects
/
ccbs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12f6f17
)
Add a hack for "Fantasy" from DDREx
author
Steinar H. Gunderson
<sesse@samfundet.no>
Fri, 18 Feb 2005 16:20:45 +0000
(16:20 +0000)
committer
Steinar H. Gunderson
<sesse@samfundet.no>
Fri, 18 Feb 2005 16:20:45 +0000
(16:20 +0000)
parse/parse-ddrfreak-songlist.pl
patch
|
blob
|
history
diff --git
a/parse/parse-ddrfreak-songlist.pl
b/parse/parse-ddrfreak-songlist.pl
index
4fc1975
..
9e404cf
100644
(file)
--- a/
parse/parse-ddrfreak-songlist.pl
+++ b/
parse/parse-ddrfreak-songlist.pl
@@
-80,6
+80,11
@@
while (<>) {
or die "Parse error, line 11";
my $dc = $1;
+ # Blarg, hack
+ if ($songname eq 'FANTASY') {
+ $songname = "$songname ($artist)";
+ }
+
# minimal SQL escaping
$songname =~ s/'/\\'/g;
$artist =~ s/'/\\'/g;