fix IP addresses on multiple entries in PC92 A
authorDirk Koopman <djk@tobit.co.uk>
Thu, 26 Nov 2009 11:22:16 +0000 (11:22 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 26 Nov 2009 11:22:16 +0000 (11:22 +0000)
perl/DXProtout.pm
perl/Version.pm

index c76569d8e3626f2b20050d206c6e88be43b731b0..f01a1481cc0a06681bc3ceccc065809f0c63f20e 100644 (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^';
 }
index 55bcb9505639ee95b321aab095d08b3871966d44..8c8f5500fc5d2b0c3409f1eb4673154d68300ae2 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.55';
 $subversion = '0';
-$build = '55';
+$build = '56';
 
 1;