1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Add FIO_determineHasStdinInput() function and member to fCtx

This commit is contained in:
senhuang42
2020-09-24 15:55:30 -04:00
parent 0e8ac6b995
commit 432186cbea
3 changed files with 14 additions and 0 deletions

View File

@ -1286,6 +1286,7 @@ int main(int const argCount, const char* argv[])
/* IO Stream/File */
FIO_setNbFilesTotal(fCtx, (int)filenames->tableSize);
FIO_determineHasStdinInput(fCtx, filenames);
FIO_setNotificationLevel(g_displayLevel);
FIO_setPatchFromMode(prefs, patchFromDictFileName != NULL);
if (memLimit == 0) {