Changeset 18567 for trunk/psModules/src/camera/pmFPAfileDefine.c
- Timestamp:
- Jul 15, 2008, 12:39:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAfileDefine.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAfileDefine.c
r18554 r18567 492 492 } 493 493 494 if (file->type == PM_FPA_FILE_MASK) {495 if (!pmConfigMaskReadHeader (config, phu)) {496 psError(PS_ERR_IO, false, "error in mask bits");497 return NULL;498 }499 }500 501 494 // build the template fpa, set up the basic view 502 495 // XXX do we want this to be the baseCamera name or the metaCamera name? … … 538 531 psFree(fpa); 539 532 return NULL; 533 } 534 535 if (file->type == PM_FPA_FILE_MASK) { 536 if (!pmConfigMaskReadHeader (config, phu)) { 537 psError(PS_ERR_IO, false, "error in mask bits"); 538 return NULL; 539 } 540 540 } 541 541 … … 824 824 } 825 825 826 if (file->type == PM_FPA_FILE_MASK) {827 if (!pmConfigMaskReadHeader (config, phu)) {828 psError(PS_ERR_IO, false, "error in mask bits");829 return NULL;830 }831 }832 833 826 // build the template fpa, set up the basic view 834 827 fpa = pmFPAConstruct (camera, config->cameraName); … … 867 860 psFree(fpa); 868 861 return NULL; 862 } 863 864 if (file->type == PM_FPA_FILE_MASK) { 865 if (!pmConfigMaskReadHeader (config, phu)) { 866 psError(PS_ERR_IO, false, "error in mask bits"); 867 return NULL; 868 } 869 869 } 870 870
Note:
See TracChangeset
for help on using the changeset viewer.
