mirror of
https://github.com/facebook/zstd.git
synced 2026-01-06 11:21:19 +03:00
Ignore symbolic links unless --force specified
This commit is contained in:
@@ -982,7 +982,7 @@ int main(int argCount, char** argv)
|
||||
|
||||
#ifdef UTIL_HAS_CREATEFILELIST
|
||||
if (recursive) {
|
||||
fileNamesTable = UTIL_createFileList(filenameTable, filenameIdx, &fileNamesBuf, &fileNamesNb);
|
||||
fileNamesTable = UTIL_createFileList(filenameTable, filenameIdx, &fileNamesBuf, &fileNamesNb, 1);
|
||||
if (fileNamesTable) {
|
||||
unsigned u;
|
||||
for (u=0; u<fileNamesNb; u++) DISPLAYLEVEL(4, "%u %s\n", u, fileNamesTable[u]);
|
||||
|
||||
Reference in New Issue
Block a user