]> wimlib.net Git - wimlib/commitdiff
xpress_decompress: tweak comment about end-of-block symbol
authorEric Biggers <ebiggers3@gmail.com>
Sat, 9 Jul 2016 15:01:24 +0000 (10:01 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 9 Jul 2016 15:11:00 +0000 (10:11 -0500)
src/xpress_decompress.c

index 16a577e8fde4d46016fccff80d29e2f98dd807dd..d6e606cb962df887311488d554e8e0e0b1bdd1ad 100644 (file)
@@ -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