From 7ed6d4702ff19554ef4a30162fe64f727b793e27 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Fri, 8 May 2015 00:47:03 -0500 Subject: [svn-r27041] Ran bin/trace, which re-instrumented a function in H5FD.c. Tested on: h5committest --- src/H5FD.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FD.c b/src/H5FD.c index b109e40..dbadafa 100644 --- a/src/H5FD.c +++ b/src/H5FD.c @@ -1863,7 +1863,7 @@ H5FDtruncate(H5FD_t *file, hid_t dxpl_id, hbool_t closing) herr_t ret_value = SUCCEED; /* Return value */ FUNC_ENTER_API(FAIL) - H5TRACE3("e", "*xiIu", file, dxpl_id, closing); + H5TRACE3("e", "*xib", file, dxpl_id, closing); /* Check args */ if(!file || !file->cls) -- cgit v0.12