diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:08:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:08:08 +0000 |
commit | cffb4d6baffb84bc4f2f168ae3be7431e7a19a3e (patch) | |
tree | 52b702a077e13b87c1f94fdc7f9f9f537facc8e7 /encoder_base.c | |
parent | Adding debian version 1.7~rc1-1. (diff) | |
download | lzlib-cffb4d6baffb84bc4f2f168ae3be7431e7a19a3e.tar.xz lzlib-cffb4d6baffb84bc4f2f168ae3be7431e7a19a3e.zip |
Merging upstream version 1.7.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'encoder_base.c')
-rw-r--r-- | encoder_base.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/encoder_base.c b/encoder_base.c index d666c6e..b62ab98 100644 --- a/encoder_base.c +++ b/encoder_base.c @@ -53,7 +53,8 @@ static bool Mb_init( struct Matchfinder_base * const mb, const int num_prev_positions23, const int pos_array_factor ) { - const int buffer_size_limit = ( dict_factor * dict_size ) + before + after_size; + const int buffer_size_limit = + ( dict_factor * dict_size ) + before + after_size; unsigned size; int i; |