X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=e2b5c7eff3cd889f9780b153fa02d0049f10950e;hb=d7e79ac62a8403bfdfc40ae69212eb03cff8f7ff;hp=30c0b6270beaf05a2c159e326676fa3fa8753478;hpb=19b30b579e7e8f79becc58aba2e3d0a2516a375c;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 30c0b627..e2b5c7ef 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -216,7 +216,7 @@ sub dup $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"; + my $dupkey = "X$freq|$call|$d|\L$text"; return DXDupe::check($dupkey, $main::systime+$dupage); }