X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Faccept%2Fspots.pl;h=2bacdfc8ec5d5a4aa91cece42ca47ea54906581a;hb=713a209e150e27a231f7ac18992ddf36bc14c5d1;hp=b35770de6f67a62a28a9db5312b5952630dbb214;hpb=956e3acab807900fdbccc0e2fa5e999327a1c1ce;p=spider.git diff --git a/cmd/accept/spots.pl b/cmd/accept/spots.pl index b35770de..2bacdfc8 100644 --- a/cmd/accept/spots.pl +++ b/cmd/accept/spots.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -11,4 +11,4 @@ my $type = 'accept'; my $sort = 'spots'; my ($r, $filter, $fno) = $Spot::filterdef->cmd($self, $sort, $type, $line); -return (0, $r ? $r : $self->msg('filter1', $fno, $filter->{name})); +return (0, $r ? $filter : $self->msg('filter1', $fno, $filter->{name}));