VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/DcsCfg/DcsCfgSetup.c
diff options
context:
space:
mode:
authorkavsrf <kavsrf@gmail.com>2017-03-19 17:05:02 +0300
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2017-06-18 15:41:14 +0200
commit51088d231d73cbe14516d553e97237e7f5a4f147 (patch)
treed27fde3652d9a852d43a3859f5314bd4ae7f13d1 /DcsCfg/DcsCfgSetup.c
parentbd99a40d81e34e048dc8e6daefc7ff3d9f3aef56 (diff)
downloadVeraCrypt-DCS-51088d231d73cbe14516d553e97237e7f5a4f147.tar.gz
VeraCrypt-DCS-51088d231d73cbe14516d553e97237e7f5a4f147.zip
os hide prepare option
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;
}