summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-08 16:33:04 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-08 16:33:04 (GMT)
commitf89b8d3252f60e5f13730584ad9f38079c924c31 (patch)
tree8984b9d60842d8f6980158511c634b671eb320d7 /tools/h5dump
parente4ea70a674aef20203b242ef808507b2896e3f84 (diff)
downloadhdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.zip
hdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.tar.gz
hdf5-f89b8d3252f60e5f13730584ad9f38079c924c31.tar.bz2
HDFFV-10903 adjust for missing functions
Diffstat (limited to 'tools/h5dump')
-rw-r--r--tools/h5dump/h5dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c
index dec1299..175dae7 100644
--- a/tools/h5dump/h5dump.c
+++ b/tools/h5dump/h5dump.c
@@ -27,7 +27,7 @@ static const char *xml_dtd_uri = NULL;
#ifdef H5_HAVE_ROS3_VFD
static H5FD_ros3_fapl_t ros3_fa = {
1, /* version */
- false, /* authenticate */
+ FALSE, /* authenticate */
"", /* aws region */
"", /* access key id */
"", /* secret access key */