Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: src/liblzma/simple/simple_private.h

Issue 12568011: Update XZ Utils to 5.0.4 (third_party) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« README.chromium ('K') | « src/liblzma/simple/simple_coder.c ('k') | src/scripts/xzdiff.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698