diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-05-08 05:47:03 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-05-08 05:47:03 (GMT) |
commit | 7ed6d4702ff19554ef4a30162fe64f727b793e27 (patch) | |
tree | 18f922d4df6158b4237211cae4f308b8bbb094cc /src/H5FD.c | |
parent | ba8bf09dbfccb65ce5b9ed8b6c336e71b66dbf33 (diff) | |
download | hdf5-7ed6d4702ff19554ef4a30162fe64f727b793e27.zip hdf5-7ed6d4702ff19554ef4a30162fe64f727b793e27.tar.gz hdf5-7ed6d4702ff19554ef4a30162fe64f727b793e27.tar.bz2 |
[svn-r27041] Ran bin/trace, which re-instrumented a function in H5FD.c.
Tested on: h5committest
Diffstat (limited to 'src/H5FD.c')
-rw-r--r-- | src/H5FD.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |