IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2008, 12:22:28 PM (18 years ago)
Author:
Paul Price
Message:

Fixing SEGV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.c

    r17005 r17679  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2008-03-17 21:38:43 $
     10 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2008-05-14 22:22:28 $
    1212 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
    1313 *
     
    667667            for (int i = 0; i < num; i++) {
    668668                pmStackData *data = input->data[i]; // Stack data for this input
    669                 if (!data) {
     669                if (!data || !data->inspect) {
    670670                    continue;
    671671                }
Note: See TracChangeset for help on using the changeset viewer.