From 43dab0529840e79fcb856a68ed321b7949cf33d1 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 23 Jul 2006 10:38:00 +0000 Subject: fix bug in HexDecoder::IsolatedInitialize (thanks to BaiYang) --- hex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hex.cpp') diff --git a/hex.cpp b/hex.cpp index 31561676..b6484a5d 100644 --- a/hex.cpp +++ b/hex.cpp @@ -21,7 +21,7 @@ void HexEncoder::IsolatedInitialize(const NameValuePairs ¶meters) void HexDecoder::IsolatedInitialize(const NameValuePairs ¶meters) { - BaseN_Decoder::Initialize(CombinedNameValuePairs( + BaseN_Decoder::IsolatedInitialize(CombinedNameValuePairs( parameters, MakeParameters(Name::DecodingLookupArray(), GetDefaultDecodingLookupArray(), false)(Name::Log2Base(), 4, true))); } -- cgit v1.2.1