IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18307


Ignore:
Timestamp:
Jun 23, 2008, 4:50:57 PM (18 years ago)
Author:
Paul Price
Message:

Error propagation.

File:
1 edited

Legend:

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

    r18177 r18307  
    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 |
Note: See TracChangeset for help on using the changeset viewer.