commit 9b3ab72b60e3c8254313f761d52ba74b61f44a1f parent 7a6166a6e8ca42c72a920d3ba744670316a9aa01 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sat, 2 Dec 2023 21:25:54 +0900 fix #7970 Diffstat:
| M | src/plugins/exiv2_extractor.cc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/exiv2_extractor.cc b/src/plugins/exiv2_extractor.cc @@ -458,7 +458,7 @@ ExtractorIO::transfer (Exiv2::BasicIo& src) * @return -1 on failure, 0 on success */ int -ExtractorIO::seek (long offset, +ExtractorIO::seek (int64_t offset, Exiv2::BasicIo::Position pos) { int rel;