IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31108


Ignore:
Timestamp:
Apr 1, 2011, 12:20:06 PM (15 years ago)
Author:
rhenders
Message:

changed default string size to 100 for safety

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/perl/pspsSchema2xml.pl

    r31104 r31108  
    388388    elsif ($type eq "TFLOAT") {$votType = "float";}
    389389    elsif ($type eq "TDOUBLE") {$votType = "double";}
    390     elsif ($type eq "TSTRING") {$votType = "char"; $arraySize = 24;}
     390    elsif ($type eq "TSTRING") {$votType = "char"; $arraySize = 100;}
    391391
    392392    $votWriter->startTag('FIELD',
Note: See TracChangeset for help on using the changeset viewer.