mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
a1a5799f07
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
12 lines
336 B
Diff
12 lines
336 B
Diff
--- a/libtiff/tiffiop.h
|
|
+++ b/libtiff/tiffiop.h
|
|
@@ -302,7 +302,7 @@ struct tiff {
|
|
*/
|
|
#if defined(HAVE_FSEEKO)
|
|
# define fseek(stream,offset,whence) fseeko(stream,offset,whence)
|
|
-# define ftell(stream,offset,whence) ftello(stream,offset,whence)
|
|
+# define ftell(stream) ftello(stream)
|
|
#endif
|
|
#endif
|
|
#if defined(__WIN32__) && \
|