fix format errors
authorminima <minima>
Sun, 20 Oct 2002 14:31:15 +0000 (14:31 +0000)
committerminima <minima>
Sun, 20 Oct 2002 14:31:15 +0000 (14:31 +0000)
Changes
cmd/show/muf.pl

diff --git a/Changes b/Changes
index 74a38aa996b336ec34f1c17eb039f7ff15de062e..9618cccbc0bd6778b974e6004b03664f384c0969 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 20Oct02=======================================================================
 1. remove dupe check on local sysop announces
+2. fix format errors on sh/muf for 5.8.0
 17Oct02=======================================================================
 1. added new Spanish files for help and Messages from Angel, EA7WA.
 16Oct02=======================================================================
index 0c96764f9a3ec5a52c472ea1c28f94868c5ccf67..488ad8df8153172383c6879449eaccedacdca789 100644 (file)
@@ -116,7 +116,7 @@ $phiF = atan($ftemp / sqrt(1 - $ftemp * $ftemp));
 $delay = ((2 * $hop * sin($dhop) * ($R + $hF)) / cos($beta1) / $VOFL) * 1e6;
 
 # print summary of data so far
-push @out, sprintf("RxSens: $rsens dBM SFI:%4.0lf   R:%4.0lf   Month: $month   Day: $day", $flux, $ssn);
+push @out, sprintf("RxSens: $rsens dBM SFI:%4.0f   R:%4.0f   Month: $month   Day: $day", $flux, $ssn);
 push @out, sprintf("Power :  %3.0f dBW    Distance:%6.0f km    Delay:%5.1f ms", $dB1, $d * $R, $delay);
 push @out, sprintf("Location                       Lat / Long           Azim");
 push @out, sprintf("%-30.30s %-18s    %3.0f", $main::myqth, DXBearing::lltos($lat1*$r2d, -$lon1*$r2d), $b1 * $r2d);