summaryrefslogtreecommitdiffstats
path: root/src/H5P.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-10-23 19:19:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-10-23 19:19:03 (GMT)
commitaeaa30b4e133a555a57836e31fadf9a2597fe6c1 (patch)
tree3779c6eec15dc8a54590d6832f76921ee6151ffb /src/H5P.c
parentee449fbd4048b574b573cf7b63d986e9e2716ec6 (diff)
downloadhdf5-aeaa30b4e133a555a57836e31fadf9a2597fe6c1.zip
hdf5-aeaa30b4e133a555a57836e31fadf9a2597fe6c1.tar.gz
hdf5-aeaa30b4e133a555a57836e31fadf9a2597fe6c1.tar.bz2
[svn-r4563] Purpose:
Code cleanup Description: Update tracing API information Platforms tested: Linux 2.? (dangermouse)
Diffstat (limited to 'src/H5P.c')
-rw-r--r--src/H5P.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5P.c b/src/H5P.c
index 3eeb1a8..6371505 100644
--- a/src/H5P.c
+++ b/src/H5P.c
@@ -1361,7 +1361,7 @@ H5Pset_sym_k(hid_t plist_id, int ik, unsigned lk)
int btree_k[H5B_NUM_BTREE_ID];
FUNC_ENTER(H5Pset_sym_k, FAIL);
- H5TRACE3("e","iIsIs",plist_id,ik,lk);
+ H5TRACE3("e","iIsIu",plist_id,ik,lk);
/* Check arguments */
if(H5I_GENPROP_LST != H5I_get_type(plist_id))