Changeset 17510 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- May 4, 2008, 1:57:53 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r17489 r17510 62 62 psFree(config->formatName); 63 63 psFree(config->recipes); 64 psFree(config->recipesCamera); 64 65 psFree(config->recipeSymbols); 65 66 psFree(config->arguments); … … 93 94 config->recipes = psMetadataAlloc(); 94 95 config->recipesRead = PM_RECIPE_SOURCE_NONE; 96 config->recipesCamera = psMetadataAlloc(); 95 97 config->recipeSymbols = psMetadataAlloc(); 96 98 config->arguments = psMetadataAlloc(); … … 1528 1530 1529 1531 if (!metadataItemReadFile(item, "FITS Types")) { 1530 psError(PM_ERR_CONFIG, false, "Unable to read fi le rules for camera.");1532 psError(PM_ERR_CONFIG, false, "Unable to read fits types for camera."); 1531 1533 return NULL; 1532 1534 }
Note:
See TracChangeset
for help on using the changeset viewer.
