IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27135


Ignore:
Timestamp:
Mar 2, 2010, 11:14:29 AM (16 years ago)
Author:
Paul Price
Message:

Don't assert that all FITS filehandles are closed if we have an error on the final write, because we KNOW that all FITS filehandles aren't necessarily closed, and a failed assertion would pervert the exit code.

Location:
trunk
Files:
3 edited

Legend:

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

    r27110 r27135  
    7373                psError(psErrorCodeLast(), false, "Unable to close files.");
    7474                exitValue = ppStackExitCode(exitValue);
     75                pmFPAfileFreeSetStrict(false);
    7576            }
    7677        }
  • trunk/ppSub/src/ppSub.c

    r27111 r27135  
    8989            psError(psErrorCodeLast(), false, "Unable to close files.");
    9090            exitValue = ppSubExitCode(exitValue);
     91            pmFPAfileFreeSetStrict(false);
    9192        }
    9293
  • trunk/pswarp/src/pswarp.c

    r27126 r27135  
    9090            psError(psErrorCodeLast(), false, "Unable to write files.");
    9191            exitValue = pswarpExitCode(exitValue);
     92            pmFPAfileFreeSetStrict(false);
    9293        }
    9394
Note: See TracChangeset for help on using the changeset viewer.