From 470738fc1b6bb2a4e8659cd7b51d1df597edfb6d Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Wed, 1 Jun 2016 10:08:56 +0200 Subject: [PATCH] Fix typo - correct type is 16 bit int, not 64 --- include/dindexer-machinery/recorddata.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dindexer-machinery/recorddata.hpp b/include/dindexer-machinery/recorddata.hpp index 54b1a77..3afc127 100644 --- a/include/dindexer-machinery/recorddata.hpp +++ b/include/dindexer-machinery/recorddata.hpp @@ -34,7 +34,7 @@ namespace mchlib { typedef boost::flyweight mime_string; FileRecordData ( void ) = default; - FileRecordData ( const char* parPath, std::time_t parATime, std::time_t parMTime, uint64_t parLevel, bool parIsDir, bool parIsSymLink ) : + FileRecordData ( const char* parPath, std::time_t parATime, std::time_t parMTime, uint16_t parLevel, bool parIsDir, bool parIsSymLink ) : hash {}, abs_path(parPath), mime_full(),