Changeset 10441 for trunk/ppMerge/src/ppMergeOptions.c
- Timestamp:
- Dec 4, 2006, 11:55:52 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeOptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeOptions.c
r10270 r10441 118 118 } 119 119 120 // Get the recipes 121 if (!config->recipes && !pmConfigReadRecipes(config)) { 122 psError(PS_ERR_IO, false, "Unable to read recipes.\n"); 123 exit(EXIT_FAILURE); 124 } 120 // we must have the recipes by this point 121 assert (config->recipes); 125 122 126 123 // Now we can read the recipe
Note:
See TracChangeset
for help on using the changeset viewer.
