From 51088d231d73cbe14516d553e97237e7f5a4f147 Mon Sep 17 00:00:00 2001 From: kavsrf Date: Sun, 19 Mar 2017 17:05:02 +0300 Subject: os hide prepare option --- DcsCfg/DcsCfgSetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DcsCfg/DcsCfgSetup.c') 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; } -- cgit v1.2.3