1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +03:00

Fix displayLevel redefinition issues

This commit is contained in:
Sean Purcell
2017-03-23 12:09:35 -07:00
parent 680e4e0953
commit dee08caabb
2 changed files with 5 additions and 4 deletions

View File

@@ -583,6 +583,7 @@ int main(int argCount, const char* argv[])
#endif
g_utilDisplayLevel = g_displayLevel;
if (!followLinks) {
unsigned u;
for (u=0, fileNamesNb=0; u<filenameIdx; u++) {