See plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann
1998-11-06 22:46:45 +00:00
parent 0896ebc32d
commit d8e4db64de
11 changed files with 434 additions and 27 deletions

View File

@ -472,7 +472,7 @@ sub net {
my $arg=shift @ARGV;
my $idx=$map{$1};
die "$_: illegal switch, try $0 --help\n" unless defined($idx);
$args[$idx]=string2pf($arg,$params->[@args]);
$args[$idx]=string2pf($arg,$params->[$idx]);
$interact--;
}
} else {