minor : fast_extDict does no longer skip first byte

This commit is contained in:
Yann Collet
2016-06-20 23:34:04 +02:00
parent 4623d11571
commit a436a529bc
2 changed files with 34 additions and 39 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
v0.7.1
modified : checksum enabled by default in command line
fixed : corruption issue, reported by cj
modified : checksum enabled by default in command line mode
v0.7.0
New : Support for directory compression, using `-r`, thanks to Przemyslaw Skibinski