Changeset 15364 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Oct 23, 2007, 11:55:08 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r15252 r15364 1050 1050 } 1051 1051 1052 // Now that we have the camera, we can apply recipes based on command-line arguments 1053 if (readRecipes && !pmConfigReadRecipes(config, PM_RECIPE_SOURCE_CL)) { 1054 psError(PS_ERR_IO, false, "Error reading recipes from camera config for %s", config->cameraName); 1055 return NULL; 1056 } 1057 1052 1058 if (!config->format && !config->formatName) { 1053 1059 config->formatName = name;
Note:
See TracChangeset
for help on using the changeset viewer.
