summaryrefslogtreecommitdiffstats
path: root/fast_encoder.cc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 09:56:46 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 09:56:46 +0000
commit55197b06a813dd7f90e70b0af7928c375f31f625 (patch)
tree8edc055ee8db674f5357e522269233f85fe813db /fast_encoder.cc
parentAdding upstream version 1.14. (diff)
downloadlzip-55197b06a813dd7f90e70b0af7928c375f31f625.tar.xz
lzip-55197b06a813dd7f90e70b0af7928c375f31f625.zip
Adding upstream version 1.15~pre1.upstream/1.15_pre1
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 954e671..fc5f891 100644
--- a/fast_encoder.cc
+++ b/fast_encoder.cc
@@ -169,7 +169,7 @@ bool FLZ_encoder::encode_member( const unsigned long long member_size )
if( dis > 1 )
range_encoder.encode_bit( bm_rep2[state()], dis > 2 );
}
- rep_match_len_encoder.encode( range_encoder, len, pos_state );
+ rep_len_encoder.encode( range_encoder, len, pos_state );
state.set_rep();
move_pos( len );
continue;