mirror of
https://github.com/facebook/zstd.git
synced 2025-12-24 17:21:03 +03:00
added display for compressed size
This commit is contained in:
@@ -680,7 +680,7 @@ int main(int argCount, const char* argv[])
|
||||
unsigned u;
|
||||
DISPLAY("Number of files listed: %d\n", filenameIdx);
|
||||
for(u=0; u<filenameIdx;u++){
|
||||
FIO_listFile(filenameTable[u]);
|
||||
FIO_listFile(filenameTable[u],g_displayLevel);
|
||||
}
|
||||
CLEAN_RETURN(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user