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/ppFringe/src/ppFringeSetup.c

    r8785 r9539  
    7777    // Now we have a camera format, we can read the recipe
    7878    bool mdok;                          // Status of MD lookup
    79     psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, RECIPE); // The recipe
     79    psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, RECIPE); // The recipe
    8080    if (!recipe) {
    8181        psError(PS_ERR_IO, true, "Unable to find recipe %s.\n", RECIPE);
Note: See TracChangeset for help on using the changeset viewer.