From b015f0c2944e76d75ebd0f0cb44d9308a12aceee Mon Sep 17 00:00:00 2001 From: Charles Munson Date: Tue, 22 Mar 2016 14:40:43 +0100 Subject: [PATCH] Amend: Labels are backwards for "Block" and "Block32" (Issue #8) Forgot to update header declaration for CurrentInterface --- encfs/BlockNameIO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encfs/BlockNameIO.h b/encfs/BlockNameIO.h index 4a0db78..9aebea8 100644 --- a/encfs/BlockNameIO.h +++ b/encfs/BlockNameIO.h @@ -38,7 +38,7 @@ class Cipher; */ class BlockNameIO : public NameIO { public: - static rel::Interface CurrentInterface(bool caseSensitive = false); + static rel::Interface CurrentInterface(bool caseInsensitive = false); BlockNameIO(const rel::Interface &iface, const shared_ptr &cipher, const CipherKey &key, int blockSize,