summaryrefslogtreecommitdiffstats
path: root/src/H5Tenum.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-14 15:46:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-14 15:46:38 (GMT)
commite2518919c959dbf1bdb0890151cae91293e0594d (patch)
tree8a436ae57a310fdce030f1d15ec6084724524785 /src/H5Tenum.c
parenta34ed1f634081df2e6b8e7295eac73d3e31e7346 (diff)
downloadhdf5-e2518919c959dbf1bdb0890151cae91293e0594d.zip
hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.tar.gz
hdf5-e2518919c959dbf1bdb0890151cae91293e0594d.tar.bz2
[svn-r7626] Purpose:
Update dependencies and tracing information Platforms tested: Linux 2.4 (verbena) w/FORTRAN too minor for h5committest
Diffstat (limited to 'src/H5Tenum.c')
-rw-r--r--src/H5Tenum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tenum.c b/src/H5Tenum.c
index 56ac80d..10adab3 100644
--- a/src/H5Tenum.c
+++ b/src/H5Tenum.c
@@ -295,7 +295,7 @@ H5Tget_member_value(hid_t type, unsigned membno, void *value/*out*/)
herr_t ret_value=SUCCEED; /* Return value */
FUNC_ENTER_API(H5Tget_member_value, FAIL);
- H5TRACE3("e","iIsx",type,membno,value);
+ H5TRACE3("e","iIux",type,membno,value);
if (NULL==(dt=H5I_object_verify(type,H5I_DATATYPE)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a data type");