On 15:01 Tue 27 Jun, Florentin Duneau wrote:

> I have no patch to correct this bug. I have only a comment about the source.
> 
> ---line 151 
> # TODO: Refactor this code 
> if ($rfc822Format == 3) 
> { 
>   for my $file (keys %$fields) { 
>   for (sort { $a <=> $b } keys %{$fields->{$file}}) {
> [...]
> 
> } else {
>   # This code is never executed because $rfc822Format is 1 or 2 or 3 (See
>   # guessFormat line 53).
> }
> 

No, no, and no.

It's an error. The good line is "if ($rfc822Format < 3)", so the "else"
code can be executed (and also if s/</==/...).

Florentin Duneau 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to