- Timestamp:
- Feb 21, 2008, 3:17:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080219/psModules/src/config/pmConfigRecipes.c
r16542 r16578 46 46 47 47 // this function may be called several times. it attempts to load the recipe data from one of 48 // three locations: config-> xxSystem, config->camera, and argv. We cannot read the recipes48 // three locations: config->complete, config->camera, and argv. We cannot read the recipes 49 49 // from config->camera until a camera has been read BUT, the argv recipes must override the 50 50 // camera and system recipes. … … 59 59 60 60 // Read the recipe file names from the system configuration and camera configuration 61 // It is an error for config-> xxSystem:recipes not to exist. all programs install their61 // It is an error for config->complete:recipes not to exist. all programs install their 62 62 // master recipe files in the system:recipe location when they are built. 63 if (config-> xxSystem&& (source & PM_RECIPE_SOURCE_SYSTEM)) {64 if (!loadRecipeSystem(&status, config, config-> xxSystem)) {63 if (config->complete && (source & PM_RECIPE_SOURCE_SYSTEM)) { 64 if (!loadRecipeSystem(&status, config, config->complete)) { 65 65 psError(PS_ERR_IO, false, "Failed to read recipes from system config"); 66 66 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
