IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14680


Ignore:
Timestamp:
Aug 27, 2007, 1:26:12 PM (19 years ago)
Author:
Paul Price
Message:

Adding check.

File:
1 edited

Legend:

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

    r14671 r14680  
    223223            stampsData = psVectorsReadFromFile(stampsName, "%f %f %f"); // Stamp positions
    224224        }
     225        if (!stampsData) {
     226            psError(PS_ERR_IO, false, "Unable to read stamps file %s", stampsName);
     227            goto ERROR;
     228        }
    225229
    226230        // Correct for IRAF/FITS (unit-offset) positions to C (zero-offset) positions
Note: See TracChangeset for help on using the changeset viewer.