aboutsummaryrefslogtreecommitdiff
path: root/archival/libarchive/lzo1x_9x.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/libarchive/lzo1x_9x.c')
-rw-r--r--archival/libarchive/lzo1x_9x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libarchive/lzo1x_9x.c b/archival/libarchive/lzo1x_9x.c
index 3e331984d..2b490ae83 100644
--- a/archival/libarchive/lzo1x_9x.c
+++ b/archival/libarchive/lzo1x_9x.c
@@ -466,7 +466,6 @@ static int find_match(lzo1x_999_t *c, lzo_swd_p s,
466 } 466 }
467 467
468 s->m_len = 1; 468 s->m_len = 1;
469 s->m_len = 1;
470#ifdef SWD_BEST_OFF 469#ifdef SWD_BEST_OFF
471 if (s->use_best_off) 470 if (s->use_best_off)
472 memset(s->best_pos, 0, sizeof(s->best_pos)); 471 memset(s->best_pos, 0, sizeof(s->best_pos));