diff options
Diffstat (limited to 'tiff/html/v4.0.8.html')
-rw-r--r-- | tiff/html/v4.0.8.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiff/html/v4.0.8.html b/tiff/html/v4.0.8.html index bd3f751c..456f2bdb 100644 --- a/tiff/html/v4.0.8.html +++ b/tiff/html/v4.0.8.html @@ -98,7 +98,7 @@ information is located here: makes it unnecessary. <LI> libtiff/tif_dirread.c: modify ChopUpSingleUncompressedStrip() - to instanciate compute ntrips as + to instantiate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, |