Opened 19 years ago
Closed 19 years ago
#908 closed defect (fixed)
Cell-only processing missing 'cell' argument in 'getContent' call
| Reported by: | Michael Wood-Vasey | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | camera | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I believe that line 865 in IPP-2.2/psModules/src/camera/pmFPAConstruct.c::addSource_CELL_NONE should be
const char *content = getContent(fileInfo, contents, chip, cell); Content of cell
instead of
const char *content = getContent(fileInfo, contents, chip, NULL); Content of cell
since this line is supposed to get the content information for a given cell.
Change History (1)
comment:1 by , 19 years ago
| remaining_time: | 0.50 → 0.00 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Thanks. We'd never really tested that case; it's there for completeness and convenience to some unknown user (now known!).
Fixed in CVS head; will be in next release.