diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-10 19:08:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-10 19:08:05 +0000 |
commit | 917d6bd3c44476d032f40b61b6e49ce2ea76494e (patch) | |
tree | 419ba75e9d21462bed0324ad877a068f38de96bf /src/htstools.c | |
parent | a085b2b2fa78158c9c60debb9c2f8d813ea528ae (diff) |
Better logging for hashtables
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"); } |