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