diff options
Diffstat (limited to 'src/H5Gnode.c')
-rw-r--r-- | src/H5Gnode.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/H5Gnode.c b/src/H5Gnode.c index d1d53ea..be021dd 100644 --- a/src/H5Gnode.c +++ b/src/H5Gnode.c @@ -753,11 +753,9 @@ H5G_node_insert(H5F_t *f, const haddr_t *addr, idx += cmp > 0 ? 1 : 0; /* - * Add the new name to the heap. The caller will check if the - * heap address changed and update the symbol table object header - * with the new heap address. + * Add the new name to the heap. */ - offset = H5H_insert(f, &(bt_udata->heap_addr), HDstrlen(bt_udata->name) + 1, + offset = H5H_insert(f, &(bt_udata->heap_addr), HDstrlen(bt_udata->name)+1, bt_udata->name); bt_udata->ent.name_off = offset; if (offset <= 0) { |