commit 92a28617b85f52c833eee5b770c47673dbbb68f0
parent 656cc9254d13369fb4bca4fa69e3808bc6e0748e
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 3 Dec 2023 00:08:16 +0900
try again to fix #7970
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc
@@ -172,7 +172,7 @@ virtual void transfer (Exiv2::BasicIo& src);
* @parma pos offset is relative to where?
* @return -1 on failure, 0 on success
*/
-virtual int seek (long offset,
+virtual int seek (int64_t offset,
Exiv2::BasicIo::Position pos);
/**