X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fnewconfiguration.pl;h=63414e0641b2d474101ed4287017f905d391912b;hb=eef5dcbb47966521543e82dbb0b9269ec245d3d8;hp=516e448726f897c3c72efe44bedd8cb44e61811d;hpb=4fc769825208defe992b60c1374a236f2cdba925;p=spider.git diff --git a/cmd/show/newconfiguration.pl b/cmd/show/newconfiguration.pl index 516e4487..63414e06 100644 --- a/cmd/show/newconfiguration.pl +++ b/cmd/show/newconfiguration.pl @@ -16,6 +16,6 @@ if (@list && $list[0] =~ /^NOD/) { shift @list; } -push @out, $main::routeroot->config($nodes_only, 0, {}, @list); +push @out, $main::routeroot->config($nodes_only, $self->width, 0, {}, @list); return (1, @out);