summaryrefslogtreecommitdiff
path: root/src/journal.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-31 00:25:16 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-31 00:25:16 -0400
commit36a01d82f9b2d700604345f42225ae8be16ecea8 (patch)
treecf7ba06e08558dc8c9b9b0d5f1b28ed3e7006678 /src/journal.h
parent4becc1f938bc474cfa657918a6d3d74b03978440 (diff)
downloadfork-ledger-36a01d82f9b2d700604345f42225ae8be16ecea8.tar.gz
fork-ledger-36a01d82f9b2d700604345f42225ae8be16ecea8.tar.bz2
fork-ledger-36a01d82f9b2d700604345f42225ae8be16ecea8.zip
Changed a data type to be consistent with its usage
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;