summaryrefslogtreecommitdiff
path: root/base32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base32.cpp')
-rw-r--r--base32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base32.cpp b/base32.cpp
index 80ca4561..3c7e6ee9 100644
--- a/base32.cpp
+++ b/base32.cpp
@@ -18,7 +18,7 @@ void Base32Encoder::IsolatedInitialize(const NameValuePairs &parameters)
void Base32Decoder::IsolatedInitialize(const NameValuePairs &parameters)
{
- BaseN_Decoder::Initialize(CombinedNameValuePairs(
+ BaseN_Decoder::IsolatedInitialize(CombinedNameValuePairs(
parameters,
MakeParameters(Name::DecodingLookupArray(), GetDefaultDecodingLookupArray(), false)(Name::Log2Base(), 5, true)));
}