Make empty.ogg longer (RT #91794 and #43693) and improve the fix sub
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jan 2014 10:23:37 +0000 (12:23 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 2 Jan 2014 10:23:37 +0000 (12:23 +0200)
empty.ogg
lib/App/MusicExpo.pm

index 62ca55268e2cbcea62b4b37798cd0b7ba65fa77e..45b69c9db22246022200d7cd30c5e1b24c058fa1 100644 (file)
Binary files a/empty.ogg and b/empty.ogg differ
index d6ce05e4d168b4f352e9f4d6cae48536ae62be43..d66d719b71e90adb12cc463ae6c688db9ecbebb1 100644 (file)
@@ -33,8 +33,9 @@ GetOptions (
 
 
 sub fix{
-  utf8::decode($_[0]);
-  $_[0]
+  my $copy = $_[0];
+  utf8::decode($copy);
+  $copy
 }
 
 sub flacinfo{
This page took 0.011899 seconds and 4 git commands to generate.