Require -vv
to Enable Full Precision
This commit is contained in:
parent
bc46b6efe4
commit
9c340ce014
@ -306,7 +306,7 @@ U64 UTIL_getFileSizeStat(const stat_t* statbuf)
|
|||||||
UTIL_HumanReadableSize_t UTIL_makeHumanReadableSize(U64 size) {
|
UTIL_HumanReadableSize_t UTIL_makeHumanReadableSize(U64 size) {
|
||||||
UTIL_HumanReadableSize_t hrs;
|
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
|
/* In verbose mode, do not scale sizes down, except in the case of
|
||||||
* values that exceed the integral precision of a double. */
|
* values that exceed the integral precision of a double. */
|
||||||
if (size >= (1ull << 53)) {
|
if (size >= (1ull << 53)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user