VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-06-28 19:01:24 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-06-29 00:59:39 +0200
commita8abe949925a8d1fb19875fa08b03af3fc1890a8 (patch)
tree4f41f71432ebdafc36353cf9ff4b55d590923974
parent934f9efe09f8d8d10cf13e8bacacde755dcf666e (diff)
downloadVeraCrypt-a8abe949925a8d1fb19875fa08b03af3fc1890a8.tar.gz
VeraCrypt-a8abe949925a8d1fb19875fa08b03af3fc1890a8.zip
Windows: Avoid displaying waiting dialog when /silent specified for "VeraCrypt Format" during creating of file container using /create switch and a filesystem other than FAT (fixes Github issue #648)
-rw-r--r--src/Common/Format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Format.c b/src/Common/Format.c
index b6ef3199..da6054e6 100644
--- a/src/Common/Format.c
+++ b/src/Common/Format.c
@@ -768,7 +768,7 @@ error:
mountOptions.PartitionInInactiveSysEncScope = FALSE;
mountOptions.UseBackupHeader = FALSE;
- if (MountVolume (volParams->hwndDlg, driveNo, volParams->volumePath, volParams->password, volParams->pkcs5, volParams->pim, FALSE, FALSE, FALSE, TRUE, &mountOptions, FALSE, TRUE) < 1)
+ if (MountVolume (volParams->hwndDlg, driveNo, volParams->volumePath, volParams->password, volParams->pkcs5, volParams->pim, FALSE, FALSE, FALSE, TRUE, &mountOptions, Silent, TRUE) < 1)
{
if (!Silent)
{