Index: src/liblzma/simple/simple_private.h |
=================================================================== |
--- src/liblzma/simple/simple_private.h (revision 87706) |
+++ src/liblzma/simple/simple_private.h (working copy) |
@@ -22,8 +22,7 @@ |
/// Next filter in the chain |
lzma_next_coder next; |
- /// True if the next coder in the chain has returned LZMA_STREAM_END |
- /// or if we have processed uncompressed_size bytes. |
+ /// True if the next coder in the chain has returned LZMA_STREAM_END. |
bool end_was_reached; |
/// True if filter() should encode the data; false to decode. |