Skip to content

Commit

Permalink
Use unsigned type for marks since it is used as a bitfield.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Monin committed Jun 9, 2008
1 parent f104380 commit 1e2563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 ... */
Expand Down

0 comments on commit 1e2563b

Please sign in to comment.