mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Windows : correct bug in construction of Format.exe path that prevented the new volume wizard to launch.
This commit is contained in:
parent
bb7ef68040
commit
f158df394e
@ -952,7 +952,7 @@ static void LaunchVolCreationWizard (HWND hwndDlg, const char *arg)
|
||||
ZeroMemory (&si, sizeof (si));
|
||||
|
||||
*tmp = 0;
|
||||
StringCbCopyA (t, sizeof(t), "\\VeraCrypt Format.exe\"");
|
||||
StringCbCatA (t, sizeof(t), "\\VeraCrypt Format.exe\"");
|
||||
|
||||
if (!FileExists(t))
|
||||
Error ("VOL_CREATION_WIZARD_NOT_FOUND"); // Display a user-friendly error message and advise what to do
|
||||
|
Loading…
Reference in New Issue
Block a user