fix IP addresses on multiple entries in PC92 A

This commit is contained in:
Dirk Koopman 2009-11-26 11:22:16 +00:00
parent e1d5c2a325
commit 82267cf9d2
2 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ sub _gen_pc92
}
for (@_) {
$s .= '^' . _encode_pc92_call($_, $ext);
$ext = 0; # only the first slot has an ext.
$ext = 0 unless $sort eq 'A'; # only the first slot has an ext.
}
return $s . '^H99^';
}

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.55';
$subversion = '0';
$build = '55';
$build = '56';
1;