summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5util.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-10-10 18:37:18 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-10-10 21:03:34 (GMT)
commitf3f67a5645d2bbc9631894e93c72809eda4897e0 (patch)
treefac37b3ef1fe43bef6748a478741c9e4a3b38303 /java/src/jni/h5util.c
parent3a25a655721f01ed5b6bb4682dd61d27f02b04cd (diff)
downloadhdf5-f3f67a5645d2bbc9631894e93c72809eda4897e0.zip
hdf5-f3f67a5645d2bbc9631894e93c72809eda4897e0.tar.gz
hdf5-f3f67a5645d2bbc9631894e93c72809eda4897e0.tar.bz2
Fix various Java issues when deprecated symbols are disabled
Diffstat (limited to 'java/src/jni/h5util.c')
-rw-r--r--java/src/jni/h5util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/h5util.c b/java/src/jni/h5util.c
index af83caa..700f75f 100644
--- a/java/src/jni/h5util.c
+++ b/java/src/jni/h5util.c
@@ -2781,7 +2781,7 @@ h5str_dump_simple_dset
/* Reclaim any VL memory, if necessary */
if (vl_data) {
- if (H5Dvlen_reclaim(p_type, sm_space, H5P_DEFAULT, sm_buf) < 0)
+ if (H5Treclaim(p_type, sm_space, H5P_DEFAULT, sm_buf) < 0)
H5_LIBRARY_ERROR(ENVONLY);
}