summaryrefslogtreecommitdiff
path: root/src/htstools.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htstools.c')
-rw-r--r--src/htstools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htstools.c b/src/htstools.c
index 77fa70e..255a1a2 100644
--- a/src/htstools.c
+++ b/src/htstools.c
@@ -990,7 +990,7 @@ HTSEXT_API char *hts_getcategories(char *path, int type) {
String iname = STRING_EMPTY;
if (type == 1) {
- hashCateg = inthash_new(127);
+ hashCateg = inthash_new(0);
StringCat(categ, "Test category 1");
StringCat(categ, "\r\nTest category 2");
}