only the first slot in PC92C should have version nos
authorDirk Koopman <djk@tobit.co.uk>
Sun, 16 Sep 2007 21:06:41 +0000 (22:06 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sun, 16 Sep 2007 21:06:41 +0000 (22:06 +0100)
perl/DXProtout.pm
perl/Version.pm

index 4f4da1e50677953c3d1a8235703f0e22849abff2..2325e7a5cb36c9c9d1bfd51531c3638d3e315314 100644 (file)
@@ -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^';
 }
index c7ce548972e7382d80fe03e7d342c2237a00f42d..d3d3984ec4d97d84e00fb62a7698765f1ea0b582 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '143';
+$build = '144';
 
 1;