IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 23, 2007, 2:23:04 PM (19 years ago)
Author:
Paul Price
Message:

Recent changes to the recipe parsing has revealed that certain options should be pushed onto the config->arguments, rather than the recipe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageParseCamera.c

    r11803 r12575  
    253253    psFree (chips);
    254254
    255     if (psMetadataLookupBool(NULL, recipe, "INPUT_IS_FRINGE")) {
     255    if (psMetadataLookupBool(NULL, config->arguments, "INPUT_IS_FRINGE")) {
    256256        // It's a fringe file, so change the file type
    257257        input->type = PM_FPA_FILE_FRINGE;
Note: See TracChangeset for help on using the changeset viewer.