diff options
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 66ec3ac3..d83d9f49 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c @@ -8157,7 +8157,7 @@ retryCDDriveCheck: try { - BootEncObj->RestartComputer (); + BootEncObj->RestartComputer (bSystemIsGPT); } catch (Exception &e) { @@ -10112,7 +10112,7 @@ static void AfterWMInitTasks (HWND hwndDlg) try { - BootEncObj->RestartComputer (); + BootEncObj->RestartComputer (bSystemIsGPT); } catch (Exception &e) { |