Author: Santiago Vila <sanvila@debian.org>
Description: Fix offset declaration
Last-Update: 2025-02-27

--- a/lib/plug-ins/archives/archives.c
+++ b/lib/plug-ins/archives/archives.c
@@ -119,7 +119,7 @@
   GList *lst, *tmpLst;
   const void *buff;
   size_t size, wsize;
-  off_t offset;
+  la_int64_t offset;
   GIOChannel *tmpFile;
   gchar *tmpFilename, *tmpBasename;
   gboolean res;
