IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 29, 2006, 4:29:59 PM (20 years ago)
Author:
magnier
Message:

adding EXTNAME to psFitsWriteBlank

File:
1 edited

Legend:

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

    r8848 r9067  
    184184
    185185    // Only a header
    186     if (!hdu->images && !hdu->table && !psFitsWriteBlank(fits, hdu->header)) {
     186    if (!hdu->images && !hdu->table && !psFitsWriteBlank(fits, hdu->header, extname)) {
    187187        psError(PS_ERR_IO, false, "Unable to write header for extension %s\n", extname);
    188188    }
Note: See TracChangeset for help on using the changeset viewer.