X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXProtout.pm;fp=perl%2FDXProtout.pm;h=f01a1481cc0a06681bc3ceccc065809f0c63f20e;hp=c76569d8e3626f2b20050d206c6e88be43b731b0;hb=82267cf9d2f19618f10e689d7aa5da8a5659c7ce;hpb=e1d5c2a325cb6b8674eab55c23f12445aae01f52 diff --git a/perl/DXProtout.pm b/perl/DXProtout.pm index c76569d8..f01a1481 100644 --- a/perl/DXProtout.pm +++ b/perl/DXProtout.pm @@ -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^'; }