gnunet-svn
[Top][All Lists]
Advanced

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

[libextractor] branch master updated: try again to fix #7970


From: gnunet
Subject: [libextractor] branch master updated: try again to fix #7970
Date: Sat, 02 Dec 2023 16:08:24 +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 92a2861  try again to fix #7970
92a2861 is described below

commit 92a28617b85f52c833eee5b770c47673dbbb68f0
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Dec 3 00:08:16 2023 +0900

    try again to 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 1020e29..a82ba3f 100644
--- 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);
 
 /**

-- 
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]