summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5aImp.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-01 18:08:58 (GMT)
committerGitHub <noreply@github.com>2023-09-01 18:08:58 (GMT)
commitcf6d3e0737aaed231954e4867f60d0c5973f05e4 (patch)
tree4a677712a472f02bb313ae4780bd2a3b283eb34a /java/src/jni/h5aImp.c
parent5217dd5f61a0b537417816e3b1143320f976396b (diff)
downloadhdf5-cf6d3e0737aaed231954e4867f60d0c5973f05e4.zip
hdf5-cf6d3e0737aaed231954e4867f60d0c5973f05e4.tar.gz
hdf5-cf6d3e0737aaed231954e4867f60d0c5973f05e4.tar.bz2
Correct dimensions in java test (#3484)
Diffstat (limited to 'java/src/jni/h5aImp.c')
-rw-r--r--java/src/jni/h5aImp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/jni/h5aImp.c b/java/src/jni/h5aImp.c
index 2e985e7..f5df09c 100644
--- a/java/src/jni/h5aImp.c
+++ b/java/src/jni/h5aImp.c
@@ -1186,7 +1186,7 @@ Java_hdf_hdf5lib_H5_H5AwriteVL(JNIEnv *env, jclass clss, jlong attr_id, jlong me
UNUSED(clss);
if (NULL == buf)
- H5_NULL_ARGUMENT_ERROR(ENVONLY, "H5Awrite: write buffer is NULL");
+ H5_NULL_ARGUMENT_ERROR(ENVONLY, "H5AwriteVL: write buffer is NULL");
if ((vl_data_class = h5str_detect_vlen(mem_type_id)) < 0)
H5_LIBRARY_ERROR(ENVONLY);