X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=eb8d517bff9caed349809acefe210ef644144997;hb=1728c7c7a64eaf2852c490629f022c7e70bc46e2;hp=07a0259a34af5939b10a3d223f1fd763a4e31bba;hpb=28adf81497391e90c2c46201f7f3bc23986251fb;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index 07a0259a..eb8d517b 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -26,7 +26,8 @@ while ($f = shift @f) { # next field } } -$to = 10 if !$to; +$from = 1 unless $from; +$to = 10 unless $to; push @out, "Date Hour SFI A K Forecast Logger"; my @in = Geomag::search($from, $to, $main::systime);