mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 23:02:29 -04:00
Fixed inconsistency in integer sizes that caused segmentation fault while hashing files also broken message on the GUI
This commit is contained in:
parent
70c8e14d16
commit
8500b5e9f5
2 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ private:
|
|||
|
||||
RsMutex mHashMtx ;
|
||||
bool mRunning;
|
||||
uint32_t mHashCounter;
|
||||
uint64_t mHashCounter;
|
||||
uint32_t mInactivitySleepTime ;
|
||||
uint64_t mTotalSizeToHash ;
|
||||
uint64_t mTotalHashedSize ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue