[xiph-cvs] cvs commit: BlueberryArmageddon blueberry_armageddon
Monty
xiphmont at xiph.org
Thu May 23 23:35:48 PDT 2002
xiphmont 02/05/23 23:35:48
Modified: . blueberry_armageddon
Log:
Corrected a shell quoting regexp... then forgot to remove the old
version it was fixing fromt he code.
Revision Changes Path
1.6 +0 -4 BlueberryArmageddon/blueberry_armageddon
Index: blueberry_armageddon
===================================================================
RCS file: /usr/local/cvsroot/BlueberryArmageddon/blueberry_armageddon,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- blueberry_armageddon 2002/05/07 18:02:46 1.5
+++ blueberry_armageddon 2002/05/24 06:35:47 1.6
@@ -662,10 +662,6 @@
$metaartist=~s/([\"\$\`\\])/\\$1/g;
$metaalbum=~s/([\"\$\`\\])/\\$1/g;
- $metatitle=~s/\"/\\\"/g;
- $metaartist=~s/\"/\\\"/g;
- $metaalbum=~s/\"/\\\"/g;
-
my$glob;
eval "\$glob=\"$encode\"";
$glob=~s/[\{\}]/\"/g;
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list