summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.c
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3.c')
-rw-r--r--xdelta3/xdelta3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c
index c2c8d3e..78a331e 100644
--- a/xdelta3/xdelta3.c
+++ b/xdelta3/xdelta3.c
@@ -3697,7 +3697,7 @@ xd3_encode_init (xd3_stream *stream, int full_init)
3697 * identical or short inputs require no table allocation. */ 3697 * identical or short inputs require no table allocation. */
3698 if (large_comp) 3698 if (large_comp)
3699 { 3699 {
3700 usize_t hash_values = (2 * stream->src->max_winsize) / 3700 usize_t hash_values = stream->src->max_winsize /
3701 stream->smatcher.large_step; 3701 stream->smatcher.large_step;
3702 3702
3703 xd3_size_hashtable (stream, 3703 xd3_size_hashtable (stream,