fix problem with only some 17m spots coming out in sh/dx on 17m
authorminima <minima>
Fri, 7 Sep 2001 20:33:44 +0000 (20:33 +0000)
committerminima <minima>
Fri, 7 Sep 2001 20:33:44 +0000 (20:33 +0000)
Changes
perl/Spot.pm

diff --git a/Changes b/Changes
index b1fd8ff07a1bfd6f3e978d51894ae5b375f606bf..9998e1222e0165341e9eacf35544eec9b075055a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,7 @@
 1. prevent nodes appearing as users from incoming PC16s
 2. Change ping averaging to be like TCP and become a smoothed RTT.
 3. Make all the Prompts in stat/* like output appear in alphebetical order
+4. Fix problem with 17m spots not appearing in sh/dx
 04Sep01=======================================================================
 1. add delete/user command
 03Sep01=======================================================================
index 420025e6ed8f0d1445f5fd8ec5cfc85e1ce9a275..28a8dd7201a9690abb654aba76cec1cb75c2b0b6 100644 (file)
@@ -250,7 +250,7 @@ sub ftor
        while (@b) {
                my $aa = shift @a;
                my $bb = shift @b;
-               if (@b < (length $d) - 1) {
+               if (@b < (length $d)) {
                        $out .= '\\d';
                } elsif ($aa eq $bb) {
                        $out .= $aa;