diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-02-26 22:36:44 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-02-26 22:36:44 (GMT) |
commit | 4b0293ce89b9e3ddb8a98e598dee3de03ffb4074 (patch) | |
tree | 69da330073fc40934ece65a82b085699c72bba8a /src/H5Topaque.c | |
parent | 036ecfa32b2b8aeee5f842b18a755af7850196ab (diff) | |
download | hdf5-4b0293ce89b9e3ddb8a98e598dee3de03ffb4074.zip hdf5-4b0293ce89b9e3ddb8a98e598dee3de03ffb4074.tar.gz hdf5-4b0293ce89b9e3ddb8a98e598dee3de03ffb4074.tar.bz2 |
[svn-r26322] Merge of r26246 and r26249 from the trunk
Fixes a bug in the bin/trace script that prevented API calls which
return a pointer from receiving TRACE macros.
Also removes the NO TRACE warnings, which we decided were distracting
and unnecessary.
Tested on: jam (minor change)
Diffstat (limited to 'src/H5Topaque.c')
-rw-r--r-- | src/H5Topaque.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Topaque.c b/src/H5Topaque.c index d68e659..e93bf65 100644 --- a/src/H5Topaque.c +++ b/src/H5Topaque.c @@ -121,6 +121,7 @@ H5Tget_tag(hid_t type_id) char *ret_value; FUNC_ENTER_API(NULL) + H5TRACE1("*s", "i", type_id); /* Check args */ if (NULL == (dt = H5I_object_verify(type_id,H5I_DATATYPE))) |