summaryrefslogtreecommitdiffstats
path: root/src/H5Tcompound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tcompound.c')
-rw-r--r--src/H5Tcompound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcompound.c b/src/H5Tcompound.c
index 4facb2a..fbaacfc 100644
--- a/src/H5Tcompound.c
+++ b/src/H5Tcompound.c
@@ -337,7 +337,7 @@ H5Tinsert(hid_t parent_id, const char *name, size_t offset, hid_t member_id)
herr_t ret_value=SUCCEED; /* Return value */
FUNC_ENTER_API(H5Tinsert, FAIL)
- H5TRACE4("e", "iszi", parent_id, name, offset, member_id);
+ H5TRACE4("e", "i*szi", parent_id, name, offset, member_id);
/* Check args */
if (parent_id==member_id)