From 1fb59b58ee9ec9215880dfa218d709fae02f6a53 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 26 Aug 2020 08:28:37 +0200 Subject: Linux: Reduce minimal size requirement for BTRFS support to 16 MiB by using mixed mode for volumes whose size is less than 109 MiB --- src/Main/Forms/VolumeFormatOptionsWizardPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main/Forms/VolumeFormatOptionsWizardPage.h') 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; } -- cgit v1.2.3