From 58d50f2d9710403ea7bddf0fb290a90777c8dd68 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 21 Apr 2013 12:31:01 +0200 Subject: [PATCH 1/1] Minor cleanup. --- stream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream.cpp b/stream.cpp index 9922655..b860401 100644 --- a/stream.cpp +++ b/stream.cpp @@ -222,7 +222,7 @@ void Stream::add_data_deferred(const char *data, size_t bytes) queued_data.push_back(iov); } else { - assert(encoding == Stream::STREAM_ENCODING_RAW); + assert(false); } } -- 2.39.2