diff options
Diffstat (limited to 'src/htstools.c')
-rw-r--r-- | src/htstools.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/htstools.c b/src/htstools.c index 78fb827..de81d57 100644 --- a/src/htstools.c +++ b/src/htstools.c @@ -980,6 +980,7 @@ HTSEXT_API char *hts_getcategories(char *path, int type) { if (type == 1) { hashCateg = inthash_new(0); + inthash_set_name(hashCateg, "hashCateg"); StringCat(categ, "Test category 1"); StringCat(categ, "\r\nTest category 2"); } |