Changeset 9539 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Oct 13, 2006, 11:22:09 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r9463 r9539 115 115 // Now we can read the recipe 116 116 bool mdok = true; // Status of MD lookup 117 psMetadata *recipe = psMetadataLookupM D(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information117 psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information 118 118 if (!mdok || !recipe) { 119 119 psError(PS_ERR_IO, true, "Unable to find recipe %s", PPMERGE_RECIPE);
Note:
See TracChangeset
for help on using the changeset viewer.
