diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:49:25 +0000 |
commit | a9c3fa13430e0d6d6a0b61e70a8cfb1b15e84d4e (patch) | |
tree | 28dd368a0fc8339a5b027678819407ff0a41333e /lzcheck.c | |
parent | Adding debian version 1.4-3. (diff) | |
download | lzlib-a9c3fa13430e0d6d6a0b61e70a8cfb1b15e84d4e.tar.xz lzlib-a9c3fa13430e0d6d6a0b61e70a8cfb1b15e84d4e.zip |
Merging upstream version 1.5~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'lzcheck.c')
-rw-r--r-- | lzcheck.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* Lzcheck - A test program for the lzlib library +/* Lzcheck - Test program for the lzlib library Copyright (C) 2009, 2010, 2011, 2012, 2013 Antonio Diaz Diaz. This program is free software: you have unlimited permission @@ -37,7 +37,7 @@ uint8_t out_buffer[buffer_size]; int main( const int argc, const char * const argv[] ) { const int dictionary_size = 1 << 20; - const int match_len_limit = 36; + const int match_len_limit = 16; const unsigned long long member_size = INT64_MAX; struct LZ_Encoder * encoder; struct LZ_Decoder * decoder; |