summaryrefslogtreecommitdiffstats
path: root/src/H5D.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-10-15 19:04:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-10-15 19:04:01 (GMT)
commit85f55c4c95bb7a9a07ef6c3da04a1cfea2784b99 (patch)
treedfb2fa6a39a24d69b42303d6cc9380f52fbad930 /src/H5D.c
parent687b25d15ccc413cd54df363f9ac57ac6e3b3718 (diff)
downloadhdf5-85f55c4c95bb7a9a07ef6c3da04a1cfea2784b99.zip
hdf5-85f55c4c95bb7a9a07ef6c3da04a1cfea2784b99.tar.gz
hdf5-85f55c4c95bb7a9a07ef6c3da04a1cfea2784b99.tar.bz2
[svn-r1759] Corrected a few more compiler warnings.
Diffstat (limited to 'src/H5D.c')
-rw-r--r--src/H5D.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5D.c b/src/H5D.c
index 2ed2565..1501ce3 100644
--- a/src/H5D.c
+++ b/src/H5D.c
@@ -2870,7 +2870,7 @@ herr_t
H5Dvlen_get_buf_size(hid_t dataset_id, hid_t type_id, hid_t space_id,
hsize_t *size)
{
- H5T_vlen_bufsize_t vlen_bufsize = {0, 0, 0, 0, 0, 0};
+ H5T_vlen_bufsize_t vlen_bufsize = {0, 0, 0, 0, 0, 0, 0};
char bogus; /* bogus value to pass to H5Diterate() */
herr_t ret_value=FAIL;