Changed a data type to be consistent with its usage
This commit is contained in:
parent
4becc1f938
commit
36a01d82f9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public:
|
|||
struct fileinfo_t
|
||||
{
|
||||
optional<path> filename;
|
||||
std::size_t size;
|
||||
uintmax_t size;
|
||||
datetime_t modtime;
|
||||
bool from_stream;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue