From 72164cf0d95398b5f82d96b9be1f931e06f8627c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 11:09:34 +0100 Subject: Adding upstream version 1.18~pre1. Signed-off-by: Daniel Baumann --- encoder.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'encoder.h') diff --git a/encoder.h b/encoder.h index 9579a85..8bb7258 100644 --- a/encoder.h +++ b/encoder.h @@ -275,7 +275,10 @@ public: rep_len_prices( rep_len_model, match_len_limit ), pending_num_pairs( 0 ), num_dis_slots( 2 * real_bits( dictionary_size - 1 ) ) - {} + { + trials[1].prev_index = 0; + trials[1].prev_index2 = single_step_trial; + } void reset() { -- cgit v1.2.3