IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2008, 5:08:03 PM (18 years ago)
Author:
Paul Price
Message:

Merging pap_branch_080117 onto mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFitsFloatFile.c

    r15630 r16185  
    4444    PS_ASSERT_FITS_NON_NULL(fits, PS_FITS_FLOAT_NONE);
    4545
    46     if (!fits->conventions.psBitpix) {
     46    psFitsOptions *options = fits->options; // FITS I/O options
     47
     48    if (!options || !options->conventions.psBitpix) {
    4749        return PS_FITS_FLOAT_NONE;
    4850    }
Note: See TracChangeset for help on using the changeset viewer.