One tag was missed when adapting to
libtiff v4.0 uint64 data types.
Upstream libtiff documents the following tags as changed:
TIFFTAG_FREEBYTECOUNTS
TIFFTAG_FREEOFFSETS
TIFFTAG_STRIPBYTECOUNTS
TIFFTAG_STRIPOFFSETS
TIFFTAG_TILEBYTECOUNTS
TIFFTAG_TILEOFFSETS
tstrip_t recvStrip; // current strip number during receive
u_char* recvRow; // current receive row raster
u_char* recvPageStart; // pointer to start of page buffer
- u_long* savedWriteOff; // file offset at start of page data
+ tiff_offset_t* savedWriteOff; // file offset at start of page data
tiff_bytecount_t* savedStripByteCounts; // byte counts at start of page data
int decodedPixels; // number of pixels decoded with error
int decoderFd[2]; // file descriptors for the decoder pipe