Skip to content

Commit

Permalink
Amend: Labels are backwards for "Block" and "Block32" (Issue #8)
Browse files Browse the repository at this point in the history
Forgot to update header declaration for CurrentInterface
  • Loading branch information
jetwhiz committed Mar 22, 2016
1 parent aa08c38 commit b015f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encfs/BlockNameIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -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> &cipher,
const CipherKey &key, int blockSize,
Expand Down

0 comments on commit b015f0c

Please sign in to comment.