gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libextractor] branch master updated: fix #7970


From: gnunet
Subject: [libextractor] branch master updated: fix #7970
Date: Sat, 02 Dec 2023 13:26:01 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libextractor.

The following commit(s) were added to refs/heads/master by this push:
     new 9b3ab72  fix #7970
9b3ab72 is described below

commit 9b3ab72b60e3c8254313f761d52ba74b61f44a1f
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Dec 2 21:25:54 2023 +0900

    fix #7970
---
 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
index d32ed6a..1020e29 100644
--- 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;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]