Fixed inconsistency in integer sizes that caused segmentation fault while hashing files also broken message on the GUI

This commit is contained in:
hunbernd 2016-09-23 21:56:41 +02:00
parent 70c8e14d16
commit 8500b5e9f5
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ private:
RsMutex mHashMtx ;
bool mRunning;
uint32_t mHashCounter;
uint64_t mHashCounter;
uint32_t mInactivitySleepTime ;
uint64_t mTotalSizeToHash ;
uint64_t mTotalHashedSize ;