mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Update hash_cache.cc
This commit is contained in:
parent
2340c8ff20
commit
ff9c7774f2
@ -69,7 +69,7 @@ bool HashStorage::hashingProcessPaused()
|
||||
|
||||
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] ;
|
||||
|
||||
double fact = 1.0 ;
|
||||
|
Loading…
Reference in New Issue
Block a user