IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 5:53:43 PM (19 years ago)
Author:
Paul Price
Message:

Not an error if pmFPAfileDefineFromArgs can't find the argument.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r11356 r11417  
    279279    psArray *infiles = psMetadataLookupPtr(&status, config->arguments, argname);
    280280    if (!status) {
    281         psError(PS_ERR_UNEXPECTED_NULL, false, "Failed to find %s in argument list", argname);
    282281        return NULL;
    283282    }
Note: See TracChangeset for help on using the changeset viewer.