From 1dcf5303e138dd6d717058de0958efc42a05b8e4 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 31 Dec 2017 15:42:52 +0100 Subject: [PATCH] man/TIFFquery.3tiff: remove reference to non-existing TIFFReadStrip() function in TIFFIsByteSwapped() documentation. Patch by Eric Piel. Fixes http://bugzilla.maptools.org/show_bug.cgi?id=2763 --- man/TIFFquery.3tiff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/TIFFquery.3tiff b/man/TIFFquery.3tiff index 6ca2dc54..4d95f5f4 100644 --- a/man/TIFFquery.3tiff +++ b/man/TIFFquery.3tiff @@ -113,7 +113,7 @@ returned if the image data is organized in strips. .IR TIFFIsByteSwapped returns a non-zero value if the image data was in a different byte-order than the host machine. Zero is returned if the TIFF file and local host byte-orders -are the same. Note that TIFFReadTile(), TIFFReadStrip() and +are the same. Note that TIFFReadTile(), TIFFReadEncodedStrip() and TIFFReadScanline() functions already normally perform byte swapping to local host order if needed. .PP