IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2010, 8:53:52 AM (16 years ago)
Author:
bills
Message:

if table is empty don't exit with errors status.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/pstampdump.c

    r26141 r27259  
    121121    if (!psArrayLength(array)) {
    122122        fprintf(stderr, "%s contains an empty table\n", fileName);
    123         return 1;
     123        return 0;
    124124    }
    125125
Note: See TracChangeset for help on using the changeset viewer.