fix sh/c/n
[spider.git] / cmd / show / configuration.pl
index fe8acf9678c4027224ba65e7456570e97a31588f..7c3281eadb8f193818ec555ee678d580ff69c163 100644 (file)
@@ -28,7 +28,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                push @l, $call;
                
                foreach my $ref (@val) {
-                       if (@l >= 5) {
+                       if (@l >= 6) {
                                push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l;
                                @l = ();
                                push @l, "";
@@ -38,7 +38,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                        $s = sprintf "(%s)", $s unless $ref->here;
                        push @l, $s;
                }
-               push @l, "" while @l < 5;
+               push @l, "" while @l < 6;
                push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l;
        }
 } else {
@@ -66,7 +66,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                        push @l, sprintf "(%d users)", $node->usercount;
                }
                foreach $call (@val) {
-                       if (@l >= 5) {
+                       if (@l >= 6) {
                                push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l;
                                @l = ();
                                push @l, "";
@@ -80,7 +80,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                        }
                        push @l, $s;
                }
-               push @l, "" while @l < 5;
+               push @l, "" while @l < 6;
                push @out, sprintf "%-12s %-12s %-12s %-12s %-12s %-12s", @l;
        }
 }