add time constraints and other checks on PC9x timestamp
[spider.git] / cmd / show / newconfiguration.pl
index 516e448726f897c3c72efe44bedd8cb44e61811d..63414e0641b2d474101ed4287017f905d391912b 100644 (file)
@@ -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);