From: minima Date: Mon, 21 Mar 2005 09:33:51 +0000 (+0000) Subject: add the H in front of the hops!!! X-Git-Tag: R_1_52~79 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=0662c6881129c63319b968a2fc9f36a84d518436 add the H in front of the hops!!! --- diff --git a/perl/Thingy/Dx.pm b/perl/Thingy/Dx.pm index ee06c978..596f5933 100644 --- a/perl/Thingy/Dx.pm +++ b/perl/Thingy/Dx.pm @@ -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}; }