Changeset 24144 for trunk/psphot/src/psphotCleanup.c
- Timestamp:
- May 12, 2009, 7:21:07 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotCleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotCleanup.c
r23487 r24144 2 2 3 3 void psphotCleanup (pmConfig *config) { 4 5 // Dump configuration if requested 6 bool status; 7 psString dump_file = psMetadataLookupStr(&status, config->arguments, "DUMP_CONFIG"); 8 if (dump_file) { 9 (void)pmConfigCamerasCull(config,NULL); 10 (void)pmConfigRecipesCull(config,NULL); 11 pmConfigDump(config, dump_file); 12 } 4 13 5 14 psFree (config);
Note:
See TracChangeset
for help on using the changeset viewer.
