normalise PC19 version nos
[spider.git] / perl / DXProtout.pm
index 9792d161f9de0aafe254b001ffbfee5667474bce..d27730621559a9915709c1d3fdc5086bc6f1b4ed 100644 (file)
@@ -142,7 +142,7 @@ sub pc19
                my $conf = $ref->conf;
                my $version = $ref->version;
                $version = 5300 + int($version*100) if $version < 2;
-               $version = 5250 + int($version*100) if $version < 3;
+               $version = 5252 + int($version*100) if $version < 3;
                my $str = "^$here^$call^$conf^$version";
                if (length($s) + length($str) > $sentencelth) {
                        push @out, "PC19" . $s . sprintf "^%s^", get_hops(19);