IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7038


Ignore:
Timestamp:
May 1, 2006, 4:25:06 PM (20 years ago)
Author:
jhoblitt
Message:

fix -define segfaulting when no rawScienceExp rows are found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/guidetool.c

    r7036 r7038  
    8282    );
    8383
     84    if (!rawScienceExps) {
     85        psError(PS_ERR_UNKNOWN, false, "no rawScienceExp rows found");
     86        return true;
     87    }
     88
    8489    // insert the rawScienceExps into p1PendingExp
    8590    // XXX for the being we're going to skip checking for duplicate entries
Note: See TracChangeset for help on using the changeset viewer.