X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fnewconfiguration.pl;h=63414e0641b2d474101ed4287017f905d391912b;hb=eef5dcbb47966521543e82dbb0b9269ec245d3d8;hp=668a0b70c6e90f61fdec3eb620b9b8e8ae05981c;hpb=6230850db2f82835e5ef75da4f418615ba4261da;p=spider.git diff --git a/cmd/show/newconfiguration.pl b/cmd/show/newconfiguration.pl index 668a0b70..63414e06 100644 --- a/cmd/show/newconfiguration.pl +++ b/cmd/show/newconfiguration.pl @@ -3,7 +3,7 @@ # # Copyright (c) 2001 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -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);