Mercurial > geeqie
changeset 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 | d14374e1d717 |
children | 83d3abd80b64 |
files | src/typedefs.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 ... */