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/H5Pfapl.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/H5Pfapl.c')
-rw-r--r-- | src/H5Pfapl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c index d743441..e5bba33 100644 --- a/src/H5Pfapl.c +++ b/src/H5Pfapl.c @@ -829,6 +829,7 @@ H5Pget_driver_info(hid_t plist_id) void *ret_value; /* Return value */ FUNC_ENTER_API(NULL) + H5TRACE1("*x", "i", plist_id); if(NULL == (plist = (H5P_genplist_t *)H5I_object_verify(plist_id, H5I_GENPROP_LST))) HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, NULL, "not a property list") |