summaryrefslogtreecommitdiffstats
path: root/src/H5Adense.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-05-15 01:33:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-05-15 01:33:12 (GMT)
commit3d5e75b0930bc87589727ce941e3e1f79a36bf20 (patch)
treefed45a49ba7dd2078604973738fbdabe4ee259a4 /src/H5Adense.c
parente81f0ade7781aec1960d50202fb838e300da0f96 (diff)
downloadhdf5-3d5e75b0930bc87589727ce941e3e1f79a36bf20.zip
hdf5-3d5e75b0930bc87589727ce941e3e1f79a36bf20.tar.gz
hdf5-3d5e75b0930bc87589727ce941e3e1f79a36bf20.tar.bz2
[svn-r27068] Description:
Clean up the H5A interface code, to better align with v3 metadata cache changes. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel Linux/32 2.6.x (jam) w/serial & parallel
Diffstat (limited to 'src/H5Adense.c')
-rw-r--r--src/H5Adense.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Adense.c b/src/H5Adense.c
index e0499f5..674ab5d 100644
--- a/src/H5Adense.c
+++ b/src/H5Adense.c
@@ -1082,7 +1082,7 @@ H5A__dense_iterate_bt2_cb(const void *_record, void *_bt2_udata)
H5A_info_t ainfo; /* Info for attribute */
/* Get the attribute information */
- if(H5A_get_info(fh_udata.attr, &ainfo) < 0)
+ if(H5A__get_info(fh_udata.attr, &ainfo) < 0)
HGOTO_ERROR(H5E_ATTR, H5E_CANTGET, H5_ITER_ERROR, "unable to get attribute info")
/* Make the application callback */