From 917d6bd3c44476d032f40b61b6e49ce2ea76494e Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 10 May 2014 19:08:05 +0000 Subject: Better logging for hashtables --- src/htstools.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/htstools.c') 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"); } -- cgit v1.2.3