Changeset 9539 for trunk/ppImage/src/ppImageOptions.c
- Timestamp:
- Oct 13, 2006, 11:22:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageOptions.c
r9342 r9539 65 65 // select the recipe for this analysis 66 66 bool mdStatus = false; // Result of MD lookup 67 psMetadata *recipe = psMetadataLookupM D(&mdStatus, config->recipes, RECIPE_NAME);67 psMetadata *recipe = psMetadataLookupMetadata(&mdStatus, config->recipes, RECIPE_NAME); 68 68 if (! mdStatus || !recipe) { 69 69 psLogMsg("ppImage", PS_LOG_ERROR, "Can't find recipe %s in the RECIPES.\n", RECIPE_NAME);
Note:
See TracChangeset
for help on using the changeset viewer.
