[gimp] App file-data-gex.c fix incompatible pointer type



commit 0389e6f9e4888deca68162a42f252b089478ce49
Author: lillolollo <4179-lillolollo users noreply gitlab gnome org>
Date:   Sun Mar 22 00:14:06 2020 +0000

    App file-data-gex.c fix incompatible pointer type

 app/file-data/file-data-gex.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/app/file-data/file-data-gex.c b/app/file-data/file-data-gex.c
index 6aafe3e7a9..799c2c00cc 100644
--- a/app/file-data/file-data-gex.c
+++ b/app/file-data/file-data-gex.c
@@ -248,10 +248,10 @@ file_gex_validate (GFile   *file,
                     {
                       if (g_strcmp0 (appdata_path, archive_entry_pathname (entry)) == 0)
                         {
-                          const void *buffer;
-                          GString    *appstring = g_string_new ("");
-                          off_t       offset;
-                          size_t      size;
+                          const void      *buffer;
+                          GString         *appstring = g_string_new ("");
+                          la_int64_t       offset;
+                          size_t           size;
 
                           while (TRUE)
                             {
@@ -393,9 +393,9 @@ file_gex_decompress (GFile   *file,
                                              gimp_file_get_utf8_name (file),
                                              TRUE, &plugin_id, error))
                 {
-                  gchar  *path;
-                  size_t  size;
-                  off_t   offset;
+                  gchar       *path;
+                  size_t       size;
+                  la_int64_t   offset;
 
                   path = g_build_filename (g_file_get_path (ext_dir), archive_entry_pathname (entry), NULL);
 


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