summaryrefslogtreecommitdiffstats
path: root/fast_encoder.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 10:03:36 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 10:03:36 +0000
commite43c45c952bb5d273724bfc6dd69e4c2de1aa190 (patch)
treebca9bb3d2f16f3edb5ab0d6f6b209be3f4fabb92 /fast_encoder.cc
parentAdding upstream version 1.16~pre1. (diff)
downloadlzip-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.cc')
-rw-r--r--fast_encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fast_encoder.cc b/fast_encoder.cc
index f87fdec..5b30a46 100644
--- a/fast_encoder.cc
+++ b/fast_encoder.cc
@@ -133,7 +133,7 @@ bool FLZ_encoder::encode_member( const unsigned long long member_size )
reps[0] = distance;
}
state.set_rep();
- rep_len_encoder.encode( renc, len, pos_state );
+ renc.encode_len( rep_len_model, len, pos_state );
fmatchfinder.move_pos();
fmatchfinder.update_and_move( len - 1 );
continue;