1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-08 17:22:10 +03:00

Add fCtx to FIO_openDstFile()

This commit is contained in:
senhuang42
2020-09-24 15:49:30 -04:00
parent 21cd640b93
commit 0e8ac6b995
2 changed files with 6 additions and 9 deletions

View File

@@ -90,9 +90,6 @@ int g_utilDisplayLevel;
int UTIL_requireUserConfirmation(const char* prompt, const char* abortMsg,
const char* acceptableLetters) {
int ch, result;
/* If input is presented via stdin, dont use prompt as it may swallow characters */
if (!IS_CONSOLE(stdin))
return 0;
UTIL_DISPLAY("%s", prompt);
ch = getchar();