From 3ceffe51aa820d5e804d859935bf34584be08fe2 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 9 Jul 2016 10:01:24 -0500 Subject: [PATCH 1/1] xpress_decompress: tweak comment about end-of-block symbol --- src/xpress_decompress.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xpress_decompress.c b/src/xpress_decompress.c index 16a577e8..d6e606cb 100644 --- a/src/xpress_decompress.c +++ b/src/xpress_decompress.c @@ -58,9 +58,9 @@ * fail during decompression if the Huffman symbol 256 is not found after * the actual data." * - * This is the case for the implementation in WIMGAPI. However, wimlib's - * decompressor in this file currently does not care if this extra symbol is - * there or not. + * This is the case with Microsoft's implementation in WIMGAPI, for example. So + * although our implementation doesn't currently check for this extra symbol, + * compressors would be wise to add it. */ #ifdef HAVE_CONFIG_H -- 2.43.0