From: Marius Gavrilescu Date: Thu, 2 Jan 2014 10:23:37 +0000 (+0200) Subject: Make empty.ogg longer (RT #91794 and #43693) and improve the fix sub X-Git-Tag: 0.003001~3 X-Git-Url: http://git.ieval.ro/?p=app-musicexpo.git;a=commitdiff_plain;h=b2f791f6dac6a71ce09b99ed249875febb4d1006 Make empty.ogg longer (RT #91794 and #43693) and improve the fix sub --- diff --git a/empty.ogg b/empty.ogg index 62ca552..45b69c9 100644 Binary files a/empty.ogg and b/empty.ogg differ diff --git a/lib/App/MusicExpo.pm b/lib/App/MusicExpo.pm index d6ce05e..d66d719 100644 --- a/lib/App/MusicExpo.pm +++ b/lib/App/MusicExpo.pm @@ -33,8 +33,9 @@ GetOptions ( sub fix{ - utf8::decode($_[0]); - $_[0] + my $copy = $_[0]; + utf8::decode($copy); + $copy } sub flacinfo{