summaryrefslogtreecommitdiff
path: root/filters.cpp
diff options
context:
space:
mode:
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)