add another FITS suffix

This commit is contained in:
John Cupitt 2017-01-04 12:40:58 +00:00
parent a0b8bac8f2
commit c06dc8455b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ typedef struct {
VipsPel *buffer;
} VipsFits;
const char *vips__fits_suffs[] = { ".fits", ".fit", NULL };
const char *vips__fits_suffs[] = { ".fits", ".fit", ".fts", NULL };
static void
vips_fits_error( int status )