X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=c63e063f68f6352dd170ea1bfed15a00059bac11;hb=668e4252d23e2eda2a6b234f1031e1c1a5f43d15;hp=380328ee9486eeb76ab51b6246cac31e3846bdff;hpb=1efbd7eadcddd2c5552e6791954bf81b7c272aa0;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 380328ee..c63e063f 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -101,7 +101,7 @@ if (@freq) { for ($i = 0; $i < @freq; $i += 2) { $expr .= "(\$f0 >= $freq[$i] && \$f0 <= $freq[$i+1]) ||"; my $r = Spot::ftor($freq[$i], $freq[$i+1]); - $hint .= "m{$r} ||" if $r; + $hint .= "m{$r\\.} ||" if $r; } chop $expr; chop $expr; chop $hint; chop $hint;