mirror of
https://github.com/facebook/zstd.git
synced 2025-07-29 11:21:22 +03:00
updated pzstd and largeNbDicts to use the new FileNamesTable* abstraction
This commit is contained in:
@ -986,7 +986,7 @@ int main(int argCount, char** argv)
|
||||
|
||||
#ifdef UTIL_HAS_CREATEFILELIST
|
||||
if (recursive) {
|
||||
filenames = UTIL_expandFileNamesTable(filenames, 1);
|
||||
UTIL_expandFNT(&filenames, 1);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user