From b49c924f81e6715a2b4f4542f59974a2fdb3f0a4 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 24 Feb 2003 01:48:16 +0000 Subject: fixed FILTER_END bug git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@32 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- fltrimpl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fltrimpl.h') diff --git a/fltrimpl.h b/fltrimpl.h index 6c37bfa..a35e68b 100644 --- a/fltrimpl.h +++ b/fltrimpl.h @@ -17,11 +17,13 @@ FILTER_END_NO_MESSAGE_END_NO_RETURN \ return 0; +/* #define FILTER_END \ case -1: \ - if (Output(-1, NULL, 0, messageEnd, blocking)) \ + if (messageEnd && Output(-1, NULL, 0, messageEnd, blocking)) \ return 1; \ FILTER_END_NO_MESSAGE_END +*/ #define FILTER_OUTPUT2(site, statement, output, length, messageEnd) \ {\ -- cgit v1.2.1