summaryrefslogtreecommitdiffstats
path: root/src/H5Pdxpl.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2013-10-31 05:18:51 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2013-10-31 05:18:51 (GMT)
commitd6b116be67151d94428c588db29489b64187398f (patch)
treeb554a666ac6c28ef8ea00f20d08191a81a969a51 /src/H5Pdxpl.c
parent403d36479ac50b104713c1e38c9e112355569829 (diff)
downloadhdf5-d6b116be67151d94428c588db29489b64187398f.zip
hdf5-d6b116be67151d94428c588db29489b64187398f.tar.gz
hdf5-d6b116be67151d94428c588db29489b64187398f.tar.bz2
[svn-r24377] - Added uint32_t to the list of traceable types.
- Fixed a couple of commenting typos in configure.ac. Tested on: 32-bit LE linux (jam) w/ parallel and Fortran These are minor changes, hence the limited testing.
Diffstat (limited to 'src/H5Pdxpl.c')
-rw-r--r--src/H5Pdxpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pdxpl.c b/src/H5Pdxpl.c
index 30d13bb..b142e22 100644
--- a/src/H5Pdxpl.c
+++ b/src/H5Pdxpl.c
@@ -1422,7 +1422,7 @@ H5Pget_mpio_no_collective_cause(hid_t plist_id, uint32_t *local_no_collective_ca
herr_t ret_value = SUCCEED; /* return value */
FUNC_ENTER_API(FAIL)
- H5TRACE3("e", "i*Dn*Dn", plist_id, local_no_collective_cause,
+ H5TRACE3("e", "i*Iu*Iu", plist_id, local_no_collective_cause,
global_no_collective_cause);
/* Get the plist structure */