mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
Update hash_cache.cc
This commit is contained in:
parent
c3437da7b3
commit
c9aab51c7c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue