IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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 Paul Price, 19 years ago

remaining_time: 0.500.00
Resolution: fixed
Status: newclosed

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.

Note: See TracTickets for help on using tickets.