IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2008, 1:56:41 PM (18 years ago)
Author:
eugene
Message:

accepting updates from HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080620/psModules/src/camera/pmFPAfileIO.c

    r18177 r18350  
    433433        pmChip *chip = pmFPAviewThisChip(view, file->fpa); // Chip of interest, or NULL
    434434        pmCell *cell = pmFPAviewThisCell(view, file->fpa); // Cell of interest, or NULL
    435         pmFPAUpdateNames(fpa, chip, cell);
     435        if (!pmFPAUpdateNames(fpa, chip, cell)) {
     436            psError(PS_ERR_UNKNOWN, false, "Unable to update names in header.");
     437            return false;
     438        }
    436439
    437440        pmConceptSource sources = PM_CONCEPT_SOURCE_HEADER | PM_CONCEPT_SOURCE_CELLS |
     
    918921// XXX this function is only called from pmFPAfileWrite
    919922// XXX for each data type, there should be a function which writes the PHU, if needed
    920 bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, const pmConfig *config)
     923bool pmFPAfileWritePHU(pmFPAfile *file, const pmFPAview *view, pmConfig *config)
    921924{
    922925    PS_ASSERT_PTR_NON_NULL(file, false);
Note: See TracChangeset for help on using the changeset viewer.