change do_pc92 to do_pc9x
[spider.git] / perl / DXProtout.pm
index 118261ef30450aaf96e5c2c3d729687049f7b5d5..4fbb581c08e7ec70cc69bb569b8727a9929630f2 100644 (file)
@@ -120,7 +120,7 @@ sub pc17
 # Request init string
 sub pc18
 {
-       my $flags = " pc9[23]";
+       my $flags = " pc9x";
        $flags .= " xml" if DXXml::available(); 
        return "PC18^DXSpider Version: $main::version Build: $main::build$flags^$DXProt::myprot_version^";
 }