X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstation.pl;h=4aadd22292e7c1f2536001108263d9bf390f07b2;hb=a453254d687774f352822492d500330a09fd7ebe;hp=40c7eddbe3d6f59c7805ad9cba07b9a5f7f266eb;hpb=1040e3d1a4f69bb3c197e2892129343520d34383;p=spider.git diff --git a/cmd/show/station.pl b/cmd/show/station.pl index 40c7eddb..4aadd222 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -59,7 +59,8 @@ if (@f == 0) { $miles = $dx * 0.62133785; } - my $cref = DXCluster->get($call); + my $cref = DXCluster->get_exact($call); + $cref = DXCluster->get($call) unless $cref; my $seek = $cref->mynode->call if $cref; if ($seek) {