summaryrefslogtreecommitdiff
path: root/basecode.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2002-12-03 16:39:23 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2002-12-03 16:39:23 +0000
commit4f7f64b1a0763f950363c0299cc95cf36f494016 (patch)
tree3a5071603f4b10f13b100a2e3446f74fee2af5dc /basecode.cpp
parente62eba9decebf9d3e7bd62dd7a38964ea100bff8 (diff)
downloadcryptopp-4f7f64b1a0763f950363c0299cc95cf36f494016.tar.gz
bug fix
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@20 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'basecode.cpp')
-rw-r--r--basecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/basecode.cpp b/basecode.cpp
index 51347b6..6a0bfad 100644
--- a/basecode.cpp
+++ b/basecode.cpp
@@ -82,7 +82,7 @@ unsigned int BaseN_Encoder::Put2(const byte *begin, unsigned int length, int mes
FILTER_OUTPUT(2, m_outBuf, m_bytePos, messageEnd);
m_bytePos = m_bitPos = 0;
}
- FILTER_END;
+ FILTER_END_NO_MESSAGE_END;
}
void BaseN_Decoder::IsolatedInitialize(const NameValuePairs &parameters)