From 17d9c1c6ec31ebb7aae8634841f116b63a275935 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 22 Apr 2018 17:14:23 +0200 Subject: Windows: Fix system encryption issues on machines that always force booting on Microsoft bootloader (e.g. HP). --- src/Format/Tcformat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Format/Tcformat.c') diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index 5d9d113b..c496a72b 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -8180,7 +8180,7 @@ retryCDDriveCheck: try { - BootEncObj->RestartComputer (bSystemIsGPT); + BootEncObj->RestartComputer (); } catch (Exception &e) { @@ -10139,7 +10139,7 @@ static void AfterWMInitTasks (HWND hwndDlg) try { - BootEncObj->RestartComputer (bSystemIsGPT); + BootEncObj->RestartComputer (); } catch (Exception &e) { -- cgit v1.2.3