Changed a data type to be consistent with its usage

This commit is contained in:
John Wiegley 2009-10-31 00:25:16 -04:00
parent 4becc1f938
commit 36a01d82f9

View file

@ -75,7 +75,7 @@ public:
struct fileinfo_t
{
optional<path> filename;
std::size_t size;
uintmax_t size;
datetime_t modtime;
bool from_stream;