hide route changes, increase sh/ann cache to 130.
[spider.git] / cmd / dx.pl
index 3aeca2ba3e075a060a6ea5c3bfa254215a52928b..ea76aab58bb3e2e309e003223eb121bd9a41dc1e 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -75,7 +75,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 =~ s/^\s*//;
+$line =~ unpad($line);
 $line =~ s/\t+/ /g;                            # do this here because it needs to be stopped ASAP!
 $line ||= ' ';