sort out the mess from the last changes
[spider.git] / perl / DXProtout.pm
index ea8007267c062e238b99e77e51e466cc0246a784..1533c2b45887ed2cdb1bac8208db926599e42f29 100644 (file)
@@ -395,7 +395,8 @@ sub _gen_time
 sub _gen_pc92
 {
        my $sort = shift;
-       my $ext = $sort eq 'C';
+#      my $ext = $sort eq 'C';
+       my $ext = 1;
        my $s = "PC92^$main::mycall^" . _gen_time . "^$sort";
        for (@_) {
                $s .= "^" . _encode_pc92_call($_, $ext);