IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19119


Ignore:
Timestamp:
Aug 18, 2008, 1:15:32 PM (18 years ago)
Author:
Paul Price
Message:

A failure in the loop is a system error, not a programming error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSub.c

    r18649 r19119  
    4848    if (!ppSubLoop(config)) {
    4949        psErrorStackPrint(stderr, "Error performing subtraction.\n");
    50         exitValue = PS_EXIT_PROG_ERROR;
     50        exitValue = PS_EXIT_SYS_ERROR;
    5151        goto die;
    5252    }
Note: See TracChangeset for help on using the changeset viewer.