diff options
Diffstat (limited to 'src/htsindex.c')
-rw-r--r-- | src/htsindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsindex.c b/src/htsindex.c index 1fa453e..30fe59a 100644 --- a/src/htsindex.c +++ b/src/htsindex.c @@ -197,7 +197,7 @@ int index_keyword(const char *html_data, LLint size, const char *mime, // Create hash structure // Hash tables rulez da world! - WordIndexHash = inthash_new(WordIndexSize); + WordIndexHash = inthash_new(0); if (!WordIndexHash) return 0; |