summaryrefslogtreecommitdiffstats
path: root/fast_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'fast_encoder.h')
-rw-r--r--fast_encoder.h2
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 )
{}