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/ppImageLoop.c

    r11677 r12575  
    1616
    1717    bool mdok;                      // Status of MD lookup
    18     psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, RECIPE_NAME);
    19     const char *statsName = psMetadataLookupStr(&mdok, recipe, "STATS"); // Filename for statistics
     18    const char *statsName = psMetadataLookupStr(&mdok, config->arguments, "STATS"); // Filename for statistics
    2019    psMetadata *stats = NULL;           // Container for statistics
    2120    FILE *statsFile = NULL;             // File stream for statistics
Note: See TracChangeset for help on using the changeset viewer.