Changeset 27065 for trunk/psastro/src/psastroDataSave.c
- Timestamp:
- Feb 24, 2010, 2:57:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastroDataSave.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastroDataSave.c
r23753 r27065 92 92 pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO"); 93 93 94 pmConfigDump(config, dump_file); 94 if (!pmConfigDump(config, dump_file)) { 95 psError(psErrorCodeLast(), false, "Unable to dump configuration."); 96 psFree(view); 97 return false; 98 } 95 99 } 96 100 … … 100 104 101 105 psFree (view); 106 102 107 return true; 103 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
