IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27719


Ignore:
Timestamp:
Apr 21, 2010, 11:46:18 AM (16 years ago)
Author:
Paul Price
Message:

Turn off strict file close checking when there's been an error.

File:
1 edited

Legend:

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

    r27705 r27719  
    1313    psErrorCode errorCode = psErrorCodeLast(); // Error code
    1414    if (errorCode != PS_ERR_NONE) {
     15        pmFPAfileFreeSetStrict(false);
    1516        psErrorStackPrint(stderr, "Error in subtraction:");
    1617        switch (errorCode) {
Note: See TracChangeset for help on using the changeset viewer.