tiff: update version to 4.1.0

Signed-off-by: Jiri Slachta <jiri@slachta.eu>
This commit is contained in:
Jiri Slachta
2019-11-11 21:49:06 +01:00
parent 90e91ee464
commit a1a5799f07
4 changed files with 4 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
--- a/libtiff/tiffiop.h
+++ b/libtiff/tiffiop.h
@@ -286,7 +286,7 @@ struct tiff {
@@ -302,7 +302,7 @@ struct tiff {
*/
#if defined(HAVE_FSEEKO)
# define fseek(stream,offset,whence) fseeko(stream,offset,whence)