X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fforward%2Flatlong.pl;h=e10239890e3675173286cc7928c5faa5b6fd72c2;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=7f6472bdf1d158de0eaa27534c3da81b8d7f338b;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/cmd/forward/latlong.pl b/cmd/forward/latlong.pl index 7f6472bd..e1023989 100644 --- a/cmd/forward/latlong.pl +++ b/cmd/forward/latlong.pl @@ -16,7 +16,7 @@ my @out; my $dxchan; for ( map {uc $_ } split /\s+/, $line ) { - if (($dxchan = DXChannel->get($_)) && $dxchan->is_node) { + if (($dxchan = DXChannel::get($_)) && $dxchan->is_node) { push @dxchan, $dxchan; } else { push @out, $self->msg('e10', $_);