- Timestamp:
- Aug 16, 2023, 10:31:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psphot/src/psphotArguments.c
r36375 r42507 97 97 } 98 98 99 void psphotSaveConfig (pmConfig *config); 100 99 101 pmConfig *psphotArguments(int argc, char **argv) { 100 102 … … 244 246 psMetadataAddStr (config->arguments, PS_LIST_TAIL, "OUTPUT", 0, "", argv[1]); 245 247 248 // save a copy for deep retrieval 249 psphotSaveConfig (config); 250 246 251 psTrace("psphot", 1, "Done with psphotArguments...\n"); 247 252 return (config);
Note:
See TracChangeset
for help on using the changeset viewer.
