diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-26 08:28:37 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-08-26 08:31:10 +0200 |
commit | 1fb59b58ee9ec9215880dfa218d709fae02f6a53 (patch) | |
tree | 4c36c513909f7e1d306fd28a21f7e8cadd47b065 /src/Main/Forms/VolumeFormatOptionsWizardPage.h | |
parent | 0ab412a8de6a1557bd0f22d91a638e30b4f20ba8 (diff) | |
download | VeraCrypt-1fb59b58ee9ec9215880dfa218d709fae02f6a53.tar.gz VeraCrypt-1fb59b58ee9ec9215880dfa218d709fae02f6a53.zip |
Linux: Reduce minimal size requirement for BTRFS support to 16 MiB by using mixed mode for volumes whose size is less than 109 MiB
Diffstat (limited to 'src/Main/Forms/VolumeFormatOptionsWizardPage.h')
-rw-r--r-- | src/Main/Forms/VolumeFormatOptionsWizardPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/VolumeFormatOptionsWizardPage.h b/src/Main/Forms/VolumeFormatOptionsWizardPage.h index 25ca2b37..b38f6e99 100644 --- a/src/Main/Forms/VolumeFormatOptionsWizardPage.h +++ b/src/Main/Forms/VolumeFormatOptionsWizardPage.h @@ -21,7 +21,7 @@ namespace VeraCrypt class VolumeFormatOptionsWizardPage : public VolumeFormatOptionsWizardPageBase { public: - VolumeFormatOptionsWizardPage (wxPanel* parent, uint64 volumeSize, uint32 sectorSize, bool enableQuickFormatButton = true, bool disableNoneFilesystem = false, bool disable32bitFilesystems = false); + VolumeFormatOptionsWizardPage (wxPanel* parent, uint64 filesystemSize, uint32 sectorSize, bool enableQuickFormatButton = true, bool disableNoneFilesystem = false, bool disable32bitFilesystems = false); VolumeCreationOptions::FilesystemType::Enum GetFilesystemType () const; bool IsValid () { return true; } |