fix IP addresses on multiple entries in PC92 A
[spider.git] / perl / DXProtout.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^';
 }