summaryrefslogtreecommitdiffstats
path: root/src/H5Dfill.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-02-25 07:20:54 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-02-25 07:20:54 (GMT)
commit0c7eab89e3c92f979e75bca760c6f45600c800b1 (patch)
tree86bfc1c1586661c8089531425acb924a443c167d /src/H5Dfill.c
parent9dff3541bb856810b0048844e80a3008faa16e50 (diff)
downloadhdf5-0c7eab89e3c92f979e75bca760c6f45600c800b1.zip
hdf5-0c7eab89e3c92f979e75bca760c6f45600c800b1.tar.gz
hdf5-0c7eab89e3c92f979e75bca760c6f45600c800b1.tar.bz2
[svn-r29210] Merge of r28950 and 28957 from trunk
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran & C++ autotools parallel (MPICH 3.1.4) w/ Fortran
Diffstat (limited to 'src/H5Dfill.c')
-rw-r--r--src/H5Dfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dfill.c b/src/H5Dfill.c
index 947a177..59925d8 100644
--- a/src/H5Dfill.c
+++ b/src/H5Dfill.c
@@ -134,7 +134,7 @@ H5Dfill(const void *fill, hid_t fill_type_id, void *buf, hid_t buf_type_id, hid_
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, 0, "not a datatype")
/* Fill the selection in the memory buffer */
- if(H5D__fill(fill, fill_type, buf, buf_type, space, H5AC_ind_dxpl_id) < 0)
+ if(H5D__fill(fill, fill_type, buf, buf_type, space, H5AC_dxpl_id) < 0)
HGOTO_ERROR(H5E_DATASET, H5E_CANTENCODE, FAIL, "filling selection failed")
done: