IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2006, 11:22:09 AM (20 years ago)
Author:
Paul Price
Message:

Fixing psLib APIs following clean-up.

File:
1 edited

Legend:

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

    r9463 r9539  
    115115    // Now we can read the recipe
    116116    bool mdok = true;                   // Status of MD lookup
    117     psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information
     117    psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information
    118118    if (!mdok || !recipe) {
    119119        psError(PS_ERR_IO, true, "Unable to find recipe %s", PPMERGE_RECIPE);
Note: See TracChangeset for help on using the changeset viewer.