]> git.sesse.net Git - cubemap/commitdiff
Minor cleanup.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 21 Apr 2013 10:31:01 +0000 (12:31 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 21 Apr 2013 10:31:01 +0000 (12:31 +0200)
stream.cpp

index 99226553451b2b5e8376954883d96e7cab5996f0..b8604012f628fcce938e5861908af82436e1e0d6 100644 (file)
@@ -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);
        }
 }