summaryrefslogtreecommitdiffstats
path: root/src/H5Tarray.c
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-09-01 01:56:22 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-09-01 01:56:22 (GMT)
commit4c4a93612e4e48c2d60eb7c1b1f5c8702e540d6f (patch)
tree05e93a53af6a55a012f95ff22d1f851b46d73a57 /src/H5Tarray.c
parent04137b3a16b829589ab28edfc39ba3092a650521 (diff)
downloadhdf5-4c4a93612e4e48c2d60eb7c1b1f5c8702e540d6f.zip
hdf5-4c4a93612e4e48c2d60eb7c1b1f5c8702e540d6f.tar.gz
hdf5-4c4a93612e4e48c2d60eb7c1b1f5c8702e540d6f.tar.bz2
[svn-r7437] Snapshot version 1.6 release 0 (post2)
Diffstat (limited to 'src/H5Tarray.c')
-rw-r--r--src/H5Tarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tarray.c b/src/H5Tarray.c
index e831499..2abafa6 100644
--- a/src/H5Tarray.c
+++ b/src/H5Tarray.c
@@ -285,7 +285,7 @@ H5Tget_array_dims(hid_t type_id, hsize_t dims[], int perm[])
int ret_value; /* return value */
FUNC_ENTER_API(H5Tget_array_dims, FAIL);
- H5TRACE3("e","i*h*Is",type_id,dims,perm);
+ H5TRACE3("Is","i*h*Is",type_id,dims,perm);
/* Check args */
if (NULL==(dt=H5I_object_verify(type_id,H5I_DATATYPE)))