IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15652


Ignore:
Timestamp:
Nov 19, 2007, 12:26:39 PM (18 years ago)
Author:
Paul Price
Message:

Catching an abort before it gets that far.

File:
1 edited

Legend:

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

    r15477 r15652  
    738738        // We're given a header, from which to identify what chip we've got, and its type
    739739        const char *content = getContent(fileInfo, phdu->header, contents); // The contents of this chip
     740        if (!content) {
     741            psError(PS_ERR_UNKNOWN, false, "Unable to determine content of file.");
     742            return false;
     743        }
    740744
    741745        int chipNum = -1;               // Chip number
Note: See TracChangeset for help on using the changeset viewer.