IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 7, 2004, 9:05:07 AM (22 years ago)
Author:
desonia
Message:

added error stack to sysUtils

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sysUtils/parseErrorCodes.pl

    r1683 r1696  
    6363            for ( $n = 0 ; $n < $found ; $n++ ) {
    6464                $_ = $line;
    65                 s/\$ErrorCode/$ErrorCodes[$n]/g;
    66                 s/\$ErrorDescription/$ErrorDescriptions[$n]/g;
    67                 s/\$ErrorNumber/$n/g;
     65                s/\$1/$ErrorCodes[$n]/g;
     66                s/\$2/$ErrorDescriptions[$n]/g;
     67                s/\$n/$n/g;
    6868                push( @result, $_ );
    6969                print "$_\n" if $verbose;
Note: See TracChangeset for help on using the changeset viewer.