mirror of
https://gitlab.com/libtiff/libtiff.git
synced 2026-01-18 21:51:18 +01:00
Merge branch 'typo_fix' into 'master'
tif_dirread.c: fix typo in code comment (master only) See merge request libtiff/libtiff!797
This commit is contained in:
@@ -4342,7 +4342,7 @@ int TIFFReadDirectory(TIFF *tif)
|
||||
tif->tif_flags &= ~TIFF_CHOPPEDUPARRAYS;
|
||||
|
||||
/* When changing directory, in deferred strile loading mode, we must also
|
||||
* unset the TIFF_LAZYSTRILELOAD_DONE bit if it was initally set,
|
||||
* unset the TIFF_LAZYSTRILELOAD_DONE bit if it was initially set,
|
||||
* to make sure the strile offset/bytecount are read again (when they fit
|
||||
* in the tag data area).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user