tiff: Update to 4.0.10
[feed/packages.git] / libs / tiff / patches / 005-fix-ftell-macro.patch
index 23e1e039a5c2a457337a1a492192d0a05bca309a..dc513a392d73cf2553389d574570ddfbb7c8b7d5 100644 (file)
@@ -1,6 +1,6 @@
 --- a/libtiff/tiffiop.h
 +++ b/libtiff/tiffiop.h
-@@ -287,7 +287,7 @@ struct tiff {
+@@ -286,7 +286,7 @@ struct tiff {
  */
  #if defined(HAVE_FSEEKO)
  #  define fseek(stream,offset,whence)  fseeko(stream,offset,whence)