diff options
Diffstat (limited to 'src/htswizard.c')
-rw-r--r-- | src/htswizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htswizard.c b/src/htswizard.c index b4ceaeb..03605a7 100644 --- a/src/htswizard.c +++ b/src/htswizard.c @@ -154,7 +154,7 @@ static int hts_acceptlink_(httrackp * opt, int ptr, int lien_tot, /* Already exists? Then, we know that we knew that this link had to be known */ if (adr[0] != '\0' && fil[0] != '\0' && opt->hash != NULL - && hash_read(opt->hash, adr, fil, 1, opt->urlhack) >= 0) { + && hash_read(opt->hash, adr, fil, 1) >= 0) { return 0; /* Yokai */ } // -------------------- PRELUDE OF PHASE 3-BIS -------------------- |