Bugfix release
Corrected a bug into the compact XXH32() function, which affects Block Checksum results. Update is recommended if you use Block Checksum with lz4c. (Note : block checksum is disabled by default). Thanks Adrien Grand for detailed bug tracking and fixing. Corrected a bug affected Heapmode version of LZ4_compress() (Note : heapmode is disabled by default) git-svn-id: https://lz4.googlecode.com/svn/trunk@100 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
This commit is contained in:
parent
13e966d968
commit
dd06f54386
@ -256,3 +256,7 @@ _last_literals:
|
||||
#ifdef USE_HEAPMEMORY
|
||||
#undef USE_HEAPMEMORY
|
||||
#endif
|
||||
|
||||
#ifdef COMPRESS_64K
|
||||
#undef COMPRESS_64K
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user