projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8b38253
)
Minor cleanup.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 21 Apr 2013 10:31:01 +0000
(12:31 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 21 Apr 2013 10:31:01 +0000
(12:31 +0200)
stream.cpp
patch
|
blob
|
history
diff --git
a/stream.cpp
b/stream.cpp
index
9922655
..
b860401
100644
(file)
--- 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
);
}
}