mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Update hash_cache.cc
This commit is contained in:
parent
c3437da7b3
commit
c9aab51c7c
@ -74,7 +74,7 @@ static std::string friendlyUnit(uint64_t val)
|
||||
|
||||
double fact = 1.0 ;
|
||||
|
||||
for(unsigned int i=0; i<5; ++i)
|
||||
for(unsigned int i=0; i<6; ++i)
|
||||
if(double(val)/fact < 1024.0)
|
||||
{
|
||||
sprintf(buf,"%2.2f",double(val)/fact) ;
|
||||
|
Loading…
Reference in New Issue
Block a user