mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 00:25:16 -04:00
Update hash_cache.cc
This commit is contained in:
parent
2340c8ff20
commit
ff9c7774f2
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ bool HashStorage::hashingProcessPaused()
|
||||||
|
|
||||||
static std::string friendlyUnit(uint64_t val)
|
static std::string friendlyUnit(uint64_t val)
|
||||||
{
|
{
|
||||||
const std::string units[5] = {"B","KB","MB","GB","TB"};
|
const std::string units[6] = {"B","KB","MB","GB","TB","PB"};
|
||||||
char buf[50] ;
|
char buf[50] ;
|
||||||
|
|
||||||
double fact = 1.0 ;
|
double fact = 1.0 ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue