Changeset 8405 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Aug 16, 2006, 4:18:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r7260 r8405 122 122 // Now we can read the recipe 123 123 bool mdok = true; // Status of MD lookup 124 psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, RECIPENAME); // Recipe information124 psMetadata *recipe = psMetadataLookupMD(&mdok, config->recipes, PPMERGE_RECIPE); // Recipe information 125 125 if (!mdok || !recipe) { 126 psError(PS_ERR_IO, true, "Unable to find recipe %s", RECIPENAME);126 psError(PS_ERR_IO, true, "Unable to find recipe %s", PPMERGE_RECIPE); 127 127 exit(EXIT_FAILURE); 128 128 }
Note:
See TracChangeset
for help on using the changeset viewer.
