Changeset 18003 for trunk/psphot/src
- Timestamp:
- Jun 8, 2008, 2:45:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotOutput.c
r17870 r18003 80 80 } 81 81 82 bool psphotAddPhotcode (psMetadata *recipe, pmConfig *config, const pmFPAview *view ) {82 bool psphotAddPhotcode (psMetadata *recipe, pmConfig *config, const pmFPAview *view, const char *filerule) { 83 83 84 84 bool status; 85 85 86 pmFPAfile *input = psMetadataLookupPtr (&status, config->files, "PSPHOT.INPUT");86 pmFPAfile *input = psMetadataLookupPtr (&status, config->files, filerule); 87 87 PS_ASSERT (status, false); 88 88
Note:
See TracChangeset
for help on using the changeset viewer.
