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
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)
|
||||
{
|
||||
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…
Add table
Add a link
Reference in a new issue