VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsCfg/DcsCfgSetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'DcsCfg/DcsCfgSetup.c')
-rw-r--r--DcsCfg/DcsCfgSetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DcsCfg/DcsCfgSetup.c b/DcsCfg/DcsCfgSetup.c
index d773fb7..54d2956 100644
--- a/DcsCfg/DcsCfgSetup.c
+++ b/DcsCfg/DcsCfgSetup.c
@@ -34,6 +34,6 @@ DcsInteractiveSetup() {
InitGraph();
gST->ConOut->EnableCursor(gST->ConOut, TRUE);
ERR_PRINT(L"\n\rInteractive setup is not implemented! Press enter to continue\n\r");
- AskAsciiString("\rDCS>", cmd, sizeof(cmd), 1);
+ AskAsciiString("\rDCS>", cmd, sizeof(cmd), 1, NULL);
return res;
}