diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:03:36 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 10:03:36 +0000 |
commit | e43c45c952bb5d273724bfc6dd69e4c2de1aa190 (patch) | |
tree | bca9bb3d2f16f3edb5ab0d6f6b209be3f4fabb92 /fast_encoder.h | |
parent | Adding upstream version 1.16~pre1. (diff) | |
download | lzip-e43c45c952bb5d273724bfc6dd69e4c2de1aa190.tar.xz lzip-e43c45c952bb5d273724bfc6dd69e4c2de1aa190.zip |
Adding upstream version 1.16~pre2.upstream/1.16_pre2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'fast_encoder.h')
-rw-r--r-- | fast_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fast_encoder.h b/fast_encoder.h index 486f03f..711dde6 100644 --- a/fast_encoder.h +++ b/fast_encoder.h @@ -67,7 +67,7 @@ class FLZ_encoder : public LZ_encoder_base public: FLZ_encoder( Fmatchfinder & mf, const File_header & header, const int outfd ) : - LZ_encoder_base( header, mf.len_limit, outfd ), + LZ_encoder_base( header, outfd ), fmatchfinder( mf ) {} |