IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 11:55:52 AM (20 years ago)
Author:
eugene
Message:

updated to new pmConfigRead

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeOptions.c

    r10270 r10441  
    118118    }
    119119
    120     // Get the recipes
    121     if (!config->recipes && !pmConfigReadRecipes(config)) {
    122         psError(PS_ERR_IO, false, "Unable to read recipes.\n");
    123         exit(EXIT_FAILURE);
    124     }
     120    // we must have the recipes by this point
     121    assert (config->recipes);
    125122
    126123    // Now we can read the recipe
Note: See TracChangeset for help on using the changeset viewer.