IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2007, 3:08:13 PM (19 years ago)
Author:
Paul Price
Message:

Adding maskVal parameter to ppStats so that when it's called as a library function, it uses the nominated maskVal rather than it's own (which may be completely different from what the parent program may think it should mask).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsStandAlone.c

    r13640 r13658  
    6161    if (status != PS_EXIT_SUCCESS) {
    6262        psErrorStackPrint(stderr, "Error in stats loop.\n");
    63         exit (status);
     63        exit (status);
    6464    }
    6565    if (psListLength(results->list) == 0) {
    6666        psErrorStackPrint(stderr, "No output.\n");
    67         exit (status);
     67        exit (status);
    6868    }
    6969
Note: See TracChangeset for help on using the changeset viewer.