Changeset 12545 for trunk/psphot/src/psphotParseCamera.c
- Timestamp:
- Mar 22, 2007, 8:18:20 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotParseCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotParseCamera.c
r11383 r12545 114 114 115 115 // Chip selection: turn on only the chips specified (pass status to suppress missing-key log msg) 116 char *chipLine = psMetadataLookupStr(&status, recipe, "CHIP_SELECTIONS");116 char *chipLine = psMetadataLookupStr(&status, config->arguments, "CHIP_SELECTIONS"); 117 117 psArray *chips = psStringSplitArray (chipLine, ",", false); 118 118 if (chips->n > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.
