summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-06-18 13:07:35 (GMT)
committerGitHub <noreply@github.com>2021-06-18 13:07:35 (GMT)
commit79c2a900d3d02fd43991ebfabcce651fae8ff748 (patch)
tree6d344f8272473a0139129b7c2d315673f1dd9945 /test/vfd_swmr_group_writer.c
parenta00ad2b657b7918d4b11edee893f6701cf50e351 (diff)
downloadhdf5-79c2a900d3d02fd43991ebfabcce651fae8ff748.zip
hdf5-79c2a900d3d02fd43991ebfabcce651fae8ff748.tar.gz
hdf5-79c2a900d3d02fd43991ebfabcce651fae8ff748.tar.bz2
VFD SWMR: Minor fixes (#771)
* Fixes missing C99 format specifiers in page_buffer test * Warning and other misc fixes in VFD SWMR accept. tests * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index fafb7c6..b43a3a5 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -24,7 +24,7 @@
#ifndef H5_HAVE_WIN32_API
#define READER_WAIT_TICKS 3
-#define VS_ATTR_NAME_LEN 21
+#define VS_ATTR_NAME_LEN 27
typedef struct {
hid_t file, filetype, one_by_one_sid;