mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Require -vv to Enable Full Precision
This commit is contained in:
parent
bc46b6efe4
commit
9c340ce014
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ U64 UTIL_getFileSizeStat(const stat_t* statbuf)
|
|||
UTIL_HumanReadableSize_t UTIL_makeHumanReadableSize(U64 size) {
|
||||
UTIL_HumanReadableSize_t hrs;
|
||||
|
||||
if (g_utilDisplayLevel > 2) {
|
||||
if (g_utilDisplayLevel > 3) {
|
||||
/* In verbose mode, do not scale sizes down, except in the case of
|
||||
* values that exceed the integral precision of a double. */
|
||||
if (size >= (1ull << 53)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue