IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 13, 2008, 5:33:23 PM (18 years ago)
Author:
eugene
Message:

pass db to pmConceptsReadCell

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r18137 r18140  
    578578
    579579    // load in the concept information for this cell
    580     if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_DATABASE, true, NULL)) {
     580    if (!pmConceptsReadCell(cell, PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_DATABASE, true, db)) {
    581581        //psError(PS_ERR_UNKNOWN, false, "Failed to read concepts for cell");
    582582        //return false;
Note: See TracChangeset for help on using the changeset viewer.