IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2007, 5:09:20 PM (19 years ago)
Author:
eugene
Message:

changed the pmFPAfileDefine functions to not require an input status value

File:
1 edited

Legend:

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

    r13515 r13528  
    8787        psFree(maskFiles);
    8888
    89         found = false;
    90         pmFPAfile *maskFile = pmFPAfileBindFromArgs(&found, imageFile, config, "PPSTACK.INPUT.MASK",
    91                                                     "MASK.FILENAMES");
    92         if (!maskFile || !found) {
     89        bool status;
     90        pmFPAfile *maskFile = pmFPAfileBindFromArgs(&status, imageFile, config, "PPSTACK.INPUT.MASK", "MASK.FILENAMES");
     91        if (!status) {
    9392            psError(PS_ERR_UNKNOWN, false, "Unable to define file from mask %d (%s)", i, mask);
    9493            return false;
Note: See TracChangeset for help on using the changeset viewer.