IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2009, 10:43:12 AM (17 years ago)
Author:
bills
Message:

if hash value is undefined print NULL not an error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r26204 r26209  
    892892            printf P "  %-20s STR     %s\n", $key, $value;
    893893        } else {
    894             printf STDERR "skipping undefined value for $key\n";
     894            printf P "  %-20s STR     NULL\n", $key;
    895895        }
    896896    }
Note: See TracChangeset for help on using the changeset viewer.