aboutsummaryrefslogtreecommitdiffstats
path: root/fileset.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileset.h')
-rw-r--r--fileset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fileset.h b/fileset.h
index b0ba5229e6..7c8b14b87f 100644
--- a/fileset.h
+++ b/fileset.h
@@ -35,7 +35,7 @@ typedef struct _fileset_entry {
const char *name; /* File name without path (g_strdup'ed) */
time_t ctime; /* create time */
time_t mtime; /* last modified time */
- long size; /* size of file in bytes */
+ gint64 size; /* size of file in bytes */
gboolean current; /* is this the currently loaded file? */
} fileset_entry;