IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9670


Ignore:
Timestamp:
Oct 19, 2006, 3:12:58 PM (20 years ago)
Author:
eugene
Message:

fixed bug: missing SAVE.OUTPUT implies TRUE not FALSE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r9656 r9670  
    2727
    2828    // these calls bind the I/O handle to the specified fpa
    29     if (psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) {
     29    bool saveOutput = psMetadataLookupBool (&status, recipe, "SAVE.OUTPUT");
     30    if (!status || saveOutput) {
    3031        if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT")) {
    3132            psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.OUTPUT");
Note: See TracChangeset for help on using the changeset viewer.