X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fforward%2Flatlong.pl;h=2282be3cce01e43e53b9147bd75cea0ec177a208;hb=e6c2021620d175b0aa8e5b76fc4ba2f5509b8ba7;hp=7f6472bdf1d158de0eaa27534c3da81b8d7f338b;hpb=32849fc856cb0cb825657c0013dfefb125a96bab;p=spider.git diff --git a/cmd/forward/latlong.pl b/cmd/forward/latlong.pl index 7f6472bd..2282be3c 100644 --- a/cmd/forward/latlong.pl +++ b/cmd/forward/latlong.pl @@ -5,7 +5,7 @@ # # Copyright (c) 2000 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -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', $_);