From: Steinar H. Gunderson Date: Sun, 21 Apr 2013 10:31:01 +0000 (+0200) Subject: Minor cleanup. X-Git-Tag: 1.0.0~48^2~2 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=58d50f2d9710403ea7bddf0fb290a90777c8dd68 Minor cleanup. --- 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); } }