summaryrefslogtreecommitdiffstats
path: root/src/H5Sselect.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-04 20:25:43 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-04 20:25:43 (GMT)
commitbdf3620e62d575f8ce7a408f08375974ca07656f (patch)
treedcc722cee313856db9ba53aafe006a98e731949a /src/H5Sselect.c
parentab28d2c820e88b3cf6d13b5ebac96d7e69203d8d (diff)
downloadhdf5-bdf3620e62d575f8ce7a408f08375974ca07656f.zip
hdf5-bdf3620e62d575f8ce7a408f08375974ca07656f.tar.gz
hdf5-bdf3620e62d575f8ce7a408f08375974ca07656f.tar.bz2
[svn-r6962] Purpose:
Code cleanup Description: Update dependencies and tracing information Platforms tested: h5committested
Diffstat (limited to 'src/H5Sselect.c')
-rw-r--r--src/H5Sselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sselect.c b/src/H5Sselect.c
index 944e5c6..b128e63 100644
--- a/src/H5Sselect.c
+++ b/src/H5Sselect.c
@@ -534,7 +534,7 @@ H5Sget_select_bounds(hid_t spaceid, hssize_t *start, hssize_t *end)
herr_t ret_value; /* return value */
FUNC_ENTER_API(H5Sget_select_bounds, FAIL);
- H5TRACE3("e","i*h*h",spaceid,start,end);
+ H5TRACE3("e","i*Hs*Hs",spaceid,start,end);
/* Check args */
if(start==NULL || end==NULL)