IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 12, 2008, 10:20:40 AM (18 years ago)
Author:
Paul Price
Message:

Fixing SEGV.

File:
1 edited

Legend:

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

    r17632 r17633  
    109109    for (int i = 0; i < num; i++) {
    110110        pmStackData *data = stack->data[i]; // Data for this image
     111        if (!data) {
     112            continue;
     113        }
    111114        pmReadout *readout = data->readout; // Readout of interest
    112         if (!data || !readout) {
     115        if (!readout) {
    113116            continue;
    114117        }
Note: See TracChangeset for help on using the changeset viewer.