plug-ins: In file-fits, EXTEND should be a boolean.

This commit is contained in:
Michael Henning
2013-12-20 17:56:21 -05:00
parent 81c02e7db1
commit 51a145474d

View File

@ -1134,7 +1134,7 @@ fits_decode_header (FitsRecordList *hdr,
FITS_TRY_CARD (hdr, hdulist, "GROUPS", groups, FITS_DATA_TYPE_FLONG, fbool);
random_groups = hdulist->used.groups && hdulist->groups;
FITS_TRY_CARD (hdr, hdulist, "EXTEND", extend, FITS_DATA_TYPE_FLONG, fbool);
FITS_TRY_CARD (hdr, hdulist, "EXTEND", extend, FITS_DATA_TYPE_FBOOL, fbool);
if (hdulist->used.xtension) /* Extension requires GCOUNT and PCOUNT */
{