Changeset 1696 for trunk/psLib/src/sysUtils/parseErrorCodes.pl
- Timestamp:
- Sep 7, 2004, 9:05:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/parseErrorCodes.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/parseErrorCodes.pl
r1683 r1696 63 63 for ( $n = 0 ; $n < $found ; $n++ ) { 64 64 $_ = $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; 68 68 push( @result, $_ ); 69 69 print "$_\n" if $verbose;
Note:
See TracChangeset
for help on using the changeset viewer.
