fix stupid unpad typo in dx command
[spider.git] / cmd / dx.pl
index d1e278837d49fe018083121bf7cf44b77050424b..a6475347569bae6ce7084ada8aa4b6c3a09a9df7 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -76,7 +76,7 @@ if (is_freq($f[1]) && $f[0] =~ m{^[\w\d]+(?:/[\w\d]+){0,2}$}) {
 }
 $line =~ s/^\s*$f[0]//;
 $line =~ s/^\s*$f[1]//;
-$line =~ unpad($line);
+$line = unpad($line);
 $line =~ s/\t+/ /g;                            # do this here because it needs to be stopped ASAP!
 $line ||= ' ';