Use new constant FD_MAGICK = 0x12345678u
[geeqie.git] / src / typedefs.h
index 76c7306..befef17 100644 (file)
@@ -487,7 +487,7 @@ struct _FileDataChangeInfo {
 };
 
 struct _FileData {
-       gint magick;
+       guint magick;
        gint type;
        gchar *original_path; /* key to file_data_pool hash table */
        gchar *path;