bug-gnupod
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnupod] Patch to support ReplayGain / mp3gain


From: Richard van den Berg
Subject: Re: [Bug-gnupod] Patch to support ReplayGain / mp3gain
Date: Sat, 09 May 2009 13:04:15 +0200
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

On 5/8/09 2:26 PM, H. Langos wrote:
BTW: I just added XRVA support as it is a too simple to let it pass.

Always test before commit. ;-)

Global symbol "%hs" requires explicit package name at /opt/local/lib/perl5/5.8.9/darwin-2level/GNUpod/FileMagic.pm line 542.

$hs{RVA2} = $hs->{XRVA} if (!defined($hs->{RVA2}) && defined($hs->{XRVA}));

should be

$hs->{RVA2} = $hs->{XRVA} if (!defined($hs->{RVA2}) && defined($hs->{XRVA}));

Cheers,

Richard





reply via email to

[Prev in Thread] Current Thread [Next in Thread]