From 400bb5224700e7dcaa2eb3572a3ba2a3fbdf02e1 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 2 Oct 2019 22:28:22 +0200 Subject: 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. --- src/Main/CommandLineInterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Main/CommandLineInterface.h') 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 ArgTokenPin; + bool ArgDisableFileSizeCheck; bool StartBackgroundTask; UserPreferences Preferences; -- cgit v1.2.3