[eog] EogImagePrivate: Reorder Exif chunk pointer to close padding hole



commit 8622e422bfdc4c9bb9a7f88a4b98bc3e4e1f0752
Author: Felix Riemann <friemann gnome org>
Date:   Thu May 20 21:42:52 2021 +0200

    EogImagePrivate: Reorder Exif chunk pointer to close padding hole
    
    Removes the last padding hole in EogImagePrivate on 64bit systems.

 src/eog-image-private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/eog-image-private.h b/src/eog-image-private.h
index aa3402b3..1fc00fd3 100644
--- a/src/eog-image-private.h
+++ b/src/eog-image-private.h
@@ -57,8 +57,8 @@ struct _EogImagePrivate {
        gchar            *file_type;
 
        /* Holds EXIF raw data */
-       guint             exif_chunk_len;
        guchar           *exif_chunk;
+       guint             exif_chunk_len;
 
 #if 0
        /* Holds IPTC raw data */


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