summaryrefslogtreecommitdiff
path: root/filters.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-02-24 01:48:16 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-02-24 01:48:16 +0000
commitb49c924f81e6715a2b4f4542f59974a2fdb3f0a4 (patch)
tree77df28b18296f9d2d58835ecb4d20f81c49f2d6b /filters.cpp
parent5216511e367239a01cab40b0c8d297f330ae2341 (diff)
downloadcryptopp-b49c924f81e6715a2b4f4542f59974a2fdb3f0a4.tar.gz
fixed FILTER_END bug
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@32 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'filters.cpp')
-rw-r--r--filters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters.cpp b/filters.cpp
index 007b1d7..d2b08fe 100644
--- a/filters.cpp
+++ b/filters.cpp
@@ -145,7 +145,7 @@ unsigned int MeterFilter::Put2(const byte *begin, unsigned int length, int messa
}
FILTER_OUTPUT(1, begin, length, messageEnd);
- FILTER_END;
+ FILTER_END_NO_MESSAGE_END;
}
bool MeterFilter::IsolatedMessageSeriesEnd(bool blocking)