summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal.h')
-rw-r--r--src/journal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal.h b/src/journal.h
index 03a465f8..88a225c5 100644
--- a/src/journal.h
+++ b/src/journal.h
@@ -75,7 +75,7 @@ public:
struct fileinfo_t
{
optional<path> filename;
- std::size_t size;
+ uintmax_t size;
datetime_t modtime;
bool from_stream;