IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2006, 4:49:48 PM (20 years ago)
Author:
Paul Price
Message:

Fixing up return values: don't return false unless there's a real error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPARead.c

    r7859 r7923  
    322322    pmHDU *hdu = pmHDUFromCell(cell);   // The HDU
    323323    if (!hdu) {
    324         return false;                    // Nothing to see here; move along
     324        return true;                    // We read everything we could
    325325    }
    326326    if (!hdu->images && !pmHDURead(hdu, fits)) {
Note: See TracChangeset for help on using the changeset viewer.