diff src/typedefs.h @ 808:c3fc736fb927

Use unsigned type for marks since it is used as a bitfield.
author zas_
date Mon, 09 Jun 2008 07:14:46 +0000
parents a25b228978a0
children d29c2d191c58
line wrap: on
line diff
--- a/src/typedefs.h	Mon Jun 09 07:06:53 2008 +0000
+++ b/src/typedefs.h	Mon Jun 09 07:14:46 2008 +0000
@@ -441,7 +441,7 @@
 	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 ... */