This commit is contained in:
John Cupitt 2009-03-20 11:19:19 +00:00
parent 2795247756
commit d2a0d4468f

View File

@ -361,7 +361,7 @@ typedef struct im__IMAGE {
GSList *invalidatefns; /* list of invalidate callbacks */ GSList *invalidatefns; /* list of invalidate callbacks */
/* Set this to indicate a truncated file. We've been able to read the /* Set this to indicate a truncated file. We've been able to read the
* header, but don't try mapping any of it or you'll crash. * header, but don't try reading outside the file size.
*/ */
int nodata; int nodata;
} IMAGE; } IMAGE;