Changeset 9670
- Timestamp:
- Oct 19, 2006, 3:12:58 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r9656 r9670 27 27 28 28 // these calls bind the I/O handle to the specified fpa 29 if (psMetadataLookupBool(NULL, recipe, "SAVE.OUTPUT")) { 29 bool saveOutput = psMetadataLookupBool (&status, recipe, "SAVE.OUTPUT"); 30 if (!status || saveOutput) { 30 31 if (!pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT")) { 31 32 psError(PS_ERR_IO, false, "Cannot find a rule for PSPHOT.OUTPUT");
Note:
See TracChangeset
for help on using the changeset viewer.
