summaryrefslogtreecommitdiffstats
path: root/src/H5Pfcpl.c
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2009-11-17 14:27:25 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2009-11-17 14:27:25 (GMT)
commit5a821b959b947c5573e3d41fb0c16477634d8415 (patch)
treef3eb7a8212cd709d88a297ec1f7eb66fedc9668b /src/H5Pfcpl.c
parent674c2def441fcac4e347cadb82b14f9db2b4767a (diff)
downloadhdf5-5a821b959b947c5573e3d41fb0c16477634d8415.zip
hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.tar.gz
hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.tar.bz2
[svn-r17902] Snapshot
Diffstat (limited to 'src/H5Pfcpl.c')
-rw-r--r--src/H5Pfcpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pfcpl.c b/src/H5Pfcpl.c
index edfded6..cb3bccd 100644
--- a/src/H5Pfcpl.c
+++ b/src/H5Pfcpl.c
@@ -378,7 +378,7 @@ H5Pget_sizes(hid_t plist_id, size_t *sizeof_addr, size_t *sizeof_size)
herr_t ret_value = SUCCEED; /* return value */
FUNC_ENTER_API(H5Pget_sizes, FAIL)
- H5TRACE3("e", "ixx", plist_id, sizeof_addr, sizeof_size);
+ H5TRACE3("e", "i*z*z", plist_id, sizeof_addr, sizeof_size);
/* Get the plist structure */
if(NULL == (plist = H5P_object_verify(plist_id,H5P_FILE_CREATE)))