IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27563


Ignore:
Timestamp:
Apr 1, 2010, 3:10:15 PM (16 years ago)
Author:
Paul Price
Message:

Don't insist on strictly checking that files are closed when there's been an error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpExit.c

    r27190 r27563  
    2222    psErrorCode errorCode = psErrorCodeLast(); // Error code
    2323    if (errorCode != PS_ERR_NONE) {
     24        pmFPAfileFreeSetStrict(false);
    2425        psErrorStackPrint(stderr, "Unable to perform warp.");
    2526        switch (errorCode) {
Note: See TracChangeset for help on using the changeset viewer.