IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 10:03:26 AM (19 years ago)
Author:
Paul Price
Message:

Need to check the MD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubArguments.c

    r14193 r14194  
    7575                              psMetadata *recipe, // Recipe
    7676                              const char *argName, // Argument name in the command-line arguments
    77                               const char *mdName, // Name for value in the metadata
     77                              const char *mdName, // Name for value in the metadata and recipe
    7878                              psMetadata *target // Target metadata to which to add value
    7979                              )
     
    8282    psString value = psMetadataLookupStr(&mdok, arguments, argName); // Value of interest
    8383    if (!mdok) {
    84         value = psMetadataLookupStr(NULL, recipe, mdName);
     84        value = psMetadataLookupStr(&mdok, recipe, mdName);
    8585        if (!mdok) {
    8686            psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Unable to find %s in recipe %s",
Note: See TracChangeset for help on using the changeset viewer.