Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416865 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- FuzzyOcr/Config.pm  2012-05-16 15:48:53.613023616 +0200
0
++ FuzzyOcr/Config.pm  2012-05-16 15:52:47.830143837 +0200
Lines 625-630 Link Here
625
                my $f = "$p/$a";
625
                my $f = "$p/$a";
626
                next unless -x $f;
626
                next unless -x $f;
627
                $conf->{$b} = $f;
627
                $conf->{$b} = $f;
628
                $conf->{$b} = Mail::SpamAssassin::Util::untaint_var($conf->{$b});
628
                last;
629
                last;
629
            }
630
            }
630
            if (defined $conf->{$b}) {
631
            if (defined $conf->{$b}) {

Return to bug 416865