diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-04-22 17:14:23 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-04-23 16:59:37 +0200 |
commit | 17d9c1c6ec31ebb7aae8634841f116b63a275935 (patch) | |
tree | bffac6bb58ddec5e96e879452834fdfe27142206 /src/Format/Tcformat.c | |
parent | 3659ddd70ce8f1616a44e5bcce793eda076b835d (diff) | |
download | VeraCrypt-17d9c1c6ec31ebb7aae8634841f116b63a275935.tar.gz VeraCrypt-17d9c1c6ec31ebb7aae8634841f116b63a275935.zip |
Windows: Fix system encryption issues on machines that always force booting on Microsoft bootloader (e.g. HP).
Diffstat (limited to 'src/Format/Tcformat.c')
-rw-r--r-- | src/Format/Tcformat.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |