Use unsigned type for marks since it is used as a bitfield.
authorLaurent Monin <geeqie@norz.org>
Mon, 9 Jun 2008 07:14:46 +0000 (07:14 +0000)
committerLaurent Monin <geeqie@norz.org>
Mon, 9 Jun 2008 07:14:46 +0000 (07:14 +0000)
src/typedefs.h

index 775916c..6c934ff 100644 (file)
@@ -441,7 +441,7 @@ struct _FileData {
        gchar *collate_key_name_nocase;
        gint64 size;
        time_t date;
-       gint marks;
+       guint marks;
        GList *sidecar_files;
        FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */
        FileDataChangeInfo *change; /* for rename, move ... */