tiff: update version to 4.1.0
[feed/packages.git] / libs / tiff / patches / 005-fix-ftell-macro.patch
index dc513a392d73cf2553389d574570ddfbb7c8b7d5..d5acde92c5db4e13bf384d782daefcb02cf3d87d 100644 (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)