diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-08-12 13:42:55 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-08-12 13:42:55 +0000 |
commit | 4e903579b22f3698934294370f076119576041ab (patch) | |
tree | b2007c09c0994a8a3c2d1aba4c8c04ae540daf9a /src/htswizard.c | |
parent | e77141ceaefb55f427edcfb777f5f1a96b885583 (diff) |
Big cleanup in core heap hashtable code, rewritten using new fancy hashtables.
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 -------------------- |