X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2Fshow%2Fdxcc.pl;h=3a2911c583e7bbd9a1904dba450e5cc6428e4269;hp=615aac04569d22e14552d876fb0edb3f08955c82;hb=b5b58db69484da5554b4f7e10b813d13e8cf16cb;hpb=57b5e464bc44ae8eee23ab94c1f499f527595dc9 diff --git a/cmd/show/dxcc.pl b/cmd/show/dxcc.pl index 615aac04..3a2911c5 100644 --- a/cmd/show/dxcc.pl +++ b/cmd/show/dxcc.pl @@ -90,12 +90,10 @@ if (@ans) { # we have a valid prefix! my @dx; foreach $ref (@res) { @dx = @$ref; - my $t = ztime($dx[2]); - my $d = cldate($dx[2]); - push @out, sprintf "%9s %-12s %s %s %-28s <%s>", $dx[0], $dx[1], $d, $t, $dx[3], $dx[4]; + push @out, Spot::formatl(@dx); } } else { - @out = DXM::msg('e4'); + @out = $self->msg('e4'); } return (1, @out);