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
-3
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();