From 36a01d82f9b2d700604345f42225ae8be16ecea8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 00:25:16 -0400 Subject: Changed a data type to be consistent with its usage --- src/journal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal.h') 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 filename; - std::size_t size; + uintmax_t size; datetime_t modtime; bool from_stream; -- cgit v1.2.3