1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

In Verbose Mode, Preserve Full Precision Where Possible

This commit is contained in:
W. Felix Handte
2021-06-09 15:22:59 -04:00
parent 9b67219b1e
commit 464bfb022e
3 changed files with 50 additions and 31 deletions

View File

@@ -1146,8 +1146,9 @@ int main(int const argCount, const char* argv[])
(void)singleThread; (void)nbWorkers;
#endif
#ifdef UTIL_HAS_CREATEFILELIST
g_utilDisplayLevel = g_displayLevel;
#ifdef UTIL_HAS_CREATEFILELIST
if (!followLinks) {
unsigned u, fileNamesNb;
unsigned const nbFilenames = (unsigned)filenames->tableSize;