IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2008, 8:46:54 AM (18 years ago)
Author:
Paul Price
Message:

Fixing SEGV due to NULL 'inspect'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackLoop.c

    r18435 r18507  
    592592            pmReadoutFreeData(ro);
    593593
    594             psLogMsg("ppStack", PS_LOG_INFO, "%ld total pixels to inspect from image %d", inspect->n, i);
     594            psLogMsg("ppStack", PS_LOG_INFO, "%ld total pixels to inspect from image %d",
     595                     inspect ? inspect->n : 0, i);
    595596
    596597            psPixels *reject = pmStackReject(inspect, NULL, threshold, subRegions->data[i],
Note: See TracChangeset for help on using the changeset viewer.