IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2006, 2:54:07 PM (19 years ago)
Author:
Paul Price
Message:

Could potentially not find an HDU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageLoop.c

    r10294 r10300  
    6666            // Put version information into the header
    6767            pmHDU *hdu = pmHDUFromCell(cell);
    68             if (!hdu) {
    69                 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to find HDU for cell (%d,%d)!\n",
    70                         view->chip, view->cell);
    71                 return false;
    72             }
    73             if (hdu != lastHDU) {
     68            if (hdu && hdu != lastHDU) {
    7469                ppImageVersionMetadata(hdu->header);
    7570                lastHDU = hdu;
Note: See TracChangeset for help on using the changeset viewer.