X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=e2b5c7eff3cd889f9780b153fa02d0049f10950e;hb=acd7eca91e9d784b05d64f4c41eb8a4d2eb6ad6d;hp=e06c6cee156960d632781c44caed8b75385693c4;hpb=781531dd3ee37e69c75e52718e0b26bcac31ca1c;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index e06c6cee..e2b5c7ef 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -215,8 +215,8 @@ sub dup chomp $text; $text = substr($text, 0, $duplth) if length $text > $duplth; unpad($text); - $text =~ s/[^ a-zA-Z0-9]//g; - my $dupkey = "X$freq|$call|$d|$text"; + $text =~ s/[^a-zA-Z0-9]//g; + my $dupkey = "X$freq|$call|$d|\L$text"; return DXDupe::check($dupkey, $main::systime+$dupage); }