mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #523 from bryongloden/patch-1
[libretroshare][file_sharing] fix undefined behavior
This commit is contained in:
commit
20397c38ec
@ -76,7 +76,7 @@ void HashStorage::data_tick()
|
||||
{
|
||||
FileHashJob job;
|
||||
RsFileHash hash;
|
||||
uint64_t size ;
|
||||
uint64_t size = 0;
|
||||
|
||||
{
|
||||
bool empty ;
|
||||
|
Loading…
Reference in New Issue
Block a user