remove typo in dxprothandle

This commit is contained in:
Dirk Koopman 2021-12-14 21:55:25 +00:00
parent 4ed6b6d955
commit 03a8ba6249
2 changed files with 294 additions and 160 deletions

View File

@ -430,9 +430,9 @@ sub normal
my $sub = "handle_$pcno";
if ($self->can($sub)) {
$self->$sub($pcno, $line, $origin, @field);
$self->$sub($pcno, $line, $origin, \@field);
} else {
$self->handle_default($pcno, $line, $origin, @field);
$self->handle_default($pcno, $line, $origin, \@field);
}
}

File diff suppressed because it is too large Load Diff