From: Dirk Koopman Date: Sun, 16 Sep 2007 21:06:41 +0000 (+0100) Subject: only the first slot in PC92C should have version nos X-Git-Tag: 1.55~71 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=7e2b5e1e1f0543a093151889d6e76bcce82bae86 only the first slot in PC92C should have version nos --- diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index 4f4da1e5..2325e7a5 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -380,6 +380,7 @@ sub _gen_pc92 my $s = "PC92^$main::mycall^" . gen_pc9x_t() . "^$sort"; for (@_) { $s .= "^" . _encode_pc92_call($_, $ext); + $ext = 0; # only the first slot has an ext. } return $s . '^H99^'; } diff --git a/perl/Version.pm b/perl/Version.pm index c7ce5489..d3d3984e 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '143'; +$build = '144'; 1;