summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-11 13:44:08 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-11 13:44:08 (GMT)
commitf772c1110e4cc158be91bdc1a5ef13e5ed596d15 (patch)
tree1ea9b2e9f9a57f956486ccc0d5a5cf8ffa3a1b8c /src/H5Tcommit.c
parent4aae26caf044455c2da76a7209ddce388ff13c7e (diff)
downloadhdf5-f772c1110e4cc158be91bdc1a5ef13e5ed596d15.zip
hdf5-f772c1110e4cc158be91bdc1a5ef13e5ed596d15.tar.gz
hdf5-f772c1110e4cc158be91bdc1a5ef13e5ed596d15.tar.bz2
[svn-r23887] add the VOL error code to H5err.txt
rerun reconfigure. All the other changes must be due to different autotools versions used before.
Diffstat (limited to 'src/H5Tcommit.c')
-rw-r--r--src/H5Tcommit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index ebfe1e8..912fab5 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -934,6 +934,7 @@ H5Tget_vol_named_type(hid_t type_id, void **dt_obj)
herr_t ret_value = SUCCEED; /* Return value */
FUNC_ENTER_API(FAIL)
+ H5TRACE2("e", "i**x", type_id, dt_obj);
/* Check arguments */
if(NULL == (type = (H5T_t *)H5I_object_verify(type_id, H5I_DATATYPE)))