X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy%2FDx.pm;h=feab1b94c83f93295d82b03beed5a9faf61ad445;hb=f19175c9555c23648a8da601555aa2d918850a97;hp=ee06c978c3799f9cb8013e36d8e872a5b4c4ffd4;hpb=6eb08c1c1d0ba36ac588053a40d6367f1b069ba1;p=spider.git diff --git a/perl/Thingy/Dx.pm b/perl/Thingy/Dx.pm index ee06c978..feab1b94 100644 --- a/perl/Thingy/Dx.pm +++ b/perl/Thingy/Dx.pm @@ -66,6 +66,7 @@ sub gen_DXProt unless ($thing->{DXProt}) { my $sd = $thing->{spotdata}; my $hops = $thing->{hops} || DXProt::get_hops(11); + $hops = "H$hops" unless $hops =~ /^H/; my $text = $sd->[3] || ' '; $text =~ s/\^/\%5E/g; my $t = $sd->[2];