summaryrefslogtreecommitdiffstats
path: root/src/H5B2stat.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-12-07 22:21:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-12-07 22:21:07 (GMT)
commit16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2 (patch)
tree5d306581d541a99f19d269e1d5a3425527a8a43b /src/H5B2stat.c
parentf3dfc133cc68a8dfc285ae9e7e9cf85216bb3dcf (diff)
parentfeaaae4897d4c2d9f83a2f93224123a4c5e009c7 (diff)
downloadhdf5-16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2.zip
hdf5-16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2.tar.gz
hdf5-16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2.tar.bz2
Merge branch 'develop' into eoc_h5fs_fix
Diffstat (limited to 'src/H5B2stat.c')
-rw-r--r--src/H5B2stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2stat.c b/src/H5B2stat.c
index 10c692e..da721c6 100644
--- a/src/H5B2stat.c
+++ b/src/H5B2stat.c
@@ -139,7 +139,7 @@ H5B2_size(H5B2_t *bt2, hid_t dxpl_id, hsize_t *btree_size)
*btree_size += hdr->node_size;
else
/* Iterate through nodes */
- if(H5B2__node_size(hdr, dxpl_id, hdr->depth, &hdr->root, btree_size) < 0)
+ if(H5B2__node_size(hdr, dxpl_id, hdr->depth, &hdr->root, hdr, btree_size) < 0)
HGOTO_ERROR(H5E_BTREE, H5E_CANTLIST, FAIL, "node iteration failed")
} /* end if */