|
|
@ -710,7 +710,7 @@ ctiff_t * initialize_ctif(const char * tiff_file, ct_ioflag_t ioflag) { |
|
|
|
ctif->streamp = NULL; |
|
|
|
ctif->actual_streamp = NULL; |
|
|
|
ctif->tagorder=unknown_tag_order; |
|
|
|
for (int i= 0; i < MAXTAGS; i++) { |
|
|
|
for (tag_t i= 0; i < MAXTAGS; i++) { /* init with -1 indicating 'not found' */ |
|
|
|
ctif->tag_cache[i]= -1; |
|
|
|
} |
|
|
|
#ifdef _HAVE__MMAP |
|
|
|