diff options
Diffstat (limited to 'xdelta3/xdelta3.c')
-rw-r--r-- | xdelta3/xdelta3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c index 60a348d..77fc534 100644 --- a/xdelta3/xdelta3.c +++ b/xdelta3/xdelta3.c | |||
@@ -3801,6 +3801,7 @@ xd3_encode_input (xd3_stream *stream) | |||
3801 | else | 3801 | else |
3802 | { | 3802 | { |
3803 | stream->match_state = MATCH_SEARCHING; | 3803 | stream->match_state = MATCH_SEARCHING; |
3804 | stream->match_fwd = 0; | ||
3804 | } | 3805 | } |
3805 | XD3_ASSERT (stream->match_fwd == 0); | 3806 | XD3_ASSERT (stream->match_fwd == 0); |
3806 | 3807 | ||