diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-02 22:28:22 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2019-10-02 22:31:28 +0200 |
commit | 400bb5224700e7dcaa2eb3572a3ba2a3fbdf02e1 (patch) | |
tree | bd80e6db93da09cb9199324fc4b88a85b17d85ce /src/Main/CommandLineInterface.h | |
parent | f16a298d9f4ab0f78f2af0d977be23d4236093d6 (diff) | |
download | VeraCrypt-400bb5224700e7dcaa2eb3572a3ba2a3fbdf02e1.tar.gz VeraCrypt-400bb5224700e7dcaa2eb3572a3ba2a3fbdf02e1.zip |
Linux/MacOSX:check that the requested size of file container is less than available
disk free space. Add a CLI switch to disable this check.
Diffstat (limited to 'src/Main/CommandLineInterface.h')
-rw-r--r-- | src/Main/CommandLineInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main/CommandLineInterface.h b/src/Main/CommandLineInterface.h index cc4c317e..9fd67a27 100644 --- a/src/Main/CommandLineInterface.h +++ b/src/Main/CommandLineInterface.h @@ -83,6 +83,7 @@ namespace VeraCrypt VolumeType::Enum ArgVolumeType; bool ArgTrueCryptMode; shared_ptr<SecureBuffer> ArgTokenPin; + bool ArgDisableFileSizeCheck; bool StartBackgroundTask; UserPreferences Preferences; |