add the H in front of the hops!!!
authorminima <minima>
Mon, 21 Mar 2005 09:33:51 +0000 (09:33 +0000)
committerminima <minima>
Mon, 21 Mar 2005 09:33:51 +0000 (09:33 +0000)
perl/Thingy/Dx.pm

index ee06c978c3799f9cb8013e36d8e872a5b4c4ffd4..596f5933abfbc3326caa2ca8dca6667c25b58ef1 100644 (file)
@@ -69,7 +69,7 @@ sub gen_DXProt
                my $text = $sd->[3] || ' ';
                $text =~ s/\^/\%5E/g;
                my $t = $sd->[2];
-               $thing->{DXProt} = sprintf "PC11^%.1f^$sd->[1]^%s^%s^%s^$sd->[4]^$sd->[7]^$hops^~", $sd->[0], cldate($t), ztime($t), $text;
+               $thing->{DXProt} = sprintf "PC11^%.1f^$sd->[1]^%s^%s^%s^$sd->[4]^$sd->[7]^H$hops^~", $sd->[0], cldate($t), ztime($t), $text;
        }
        return $thing->{DXProt};
 }