IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14809


Ignore:
Timestamp:
Sep 10, 2007, 2:17:45 PM (19 years ago)
Author:
Paul Price
Message:

Fixing segfault.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r14808 r14809  
    133133        return false;
    134134    }
    135     if (sources->type != PM_FPA_FILE_CMF) {
     135    if (sources && sources->type != PM_FPA_FILE_CMF) {
    136136        psError(PS_ERR_IO, true, "PPSUB.SOURCES is not of type CMF");
    137137        return false;
Note: See TracChangeset for help on using the changeset viewer.