Changeset 9539 for trunk/ppStats/src/ppStatsSetupFromRecipe.c
- Timestamp:
- Oct 13, 2006, 11:22:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStats/src/ppStatsSetupFromRecipe.c
r8749 r9539 69 69 // Determine recipe parameters 70 70 bool mdok; // Status of MD lookup 71 psMetadata *recipe = psMetadataLookupM D(&mdok, config->recipes, PPSTATS_RECIPE);71 psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, PPSTATS_RECIPE); 72 72 if (!mdok || !recipe) { 73 73 psLogMsg(__func__, PS_LOG_WARN, "Unable to find recipe %s.\n", PPSTATS_RECIPE);
Note:
See TracChangeset
for help on using the changeset viewer.
