X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fmoon.pl;h=b1e4feb4fc0d64780845c441a0e2a1a66fc0e7c1;hb=3784e03cd598b7f540fb849a533b7589867a066a;hp=d26a96536ef8109ca8c26a3af0fd71eb45240d11;hpb=5ba129dc8a6560155ab5560b2f603d161d34cecb;p=spider.git diff --git a/cmd/show/moon.pl b/cmd/show/moon.pl index d26a9653..b1e4feb4 100644 --- a/cmd/show/moon.pl +++ b/cmd/show/moon.pl @@ -48,7 +48,7 @@ push @out, $self->msg('moon'); foreach $l (@in) { my ($rise, $set, $az, $dec, $loss )=Sun::rise_set($yr,$month,$day,$hr,$min,$l->[1],$l->[2],1); $l->[3] =~ s{(-\d+|/\w+)$}{}; - push @out,sprintf("%-6.6s %-30.30s %s %s %6.1f %6.1f %3.1f", $l->[3], $l->[0], $rise, $set, $az, $dec, $loss); + push @out,sprintf("%-6.6s %-30.30s %s %s %6.1f %6.1f %3.1f", $l->[3], $l->[0], $rise, $set, $az, $dec, $loss); }