From 3464658cfb26bfbc85ab6fa50185d503dcec4688 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 14:49:18 +0100 Subject: Adding upstream version 1.5~rc1. Signed-off-by: Daniel Baumann --- lzcheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lzcheck.c') diff --git a/lzcheck.c b/lzcheck.c index 6a1eed9..8de3055 100644 --- a/lzcheck.c +++ b/lzcheck.c @@ -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; -- cgit v1.2.3