diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2008-09-28 09:57:24 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2008-09-28 09:57:24 (GMT) |
commit | 94c2902fc53be1801f2ef743d6966a19dee5b0b1 (patch) | |
tree | f83683854d2e043ee80e3f933a28b0bad061f390 /src/H5F.c | |
parent | ff05ce79ab940c6764211c3fac2e4c4108f37375 (diff) | |
download | hdf5-94c2902fc53be1801f2ef743d6966a19dee5b0b1.zip hdf5-94c2902fc53be1801f2ef743d6966a19dee5b0b1.tar.gz hdf5-94c2902fc53be1801f2ef743d6966a19dee5b0b1.tar.bz2 |
[svn-r15713] Snapshot version 1.9 release 19
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -385,7 +385,7 @@ H5Fget_obj_count(hid_t file_id, unsigned types) ssize_t ret_value; /* Return value */ FUNC_ENTER_API(H5Fget_obj_count, FAIL) - H5TRACE2("Is", "iIu", file_id, types); + H5TRACE2("Zs", "iIu", file_id, types); if(file_id != (hid_t)H5F_OBJ_ALL && (NULL == (f = (H5F_t *)H5I_object_verify(file_id, H5I_FILE)))) HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "not a file id") @@ -458,7 +458,7 @@ H5Fget_obj_ids(hid_t file_id, unsigned types, size_t max_objs, hid_t *oid_list) ssize_t ret_value; /* Return value */ FUNC_ENTER_API(H5Fget_obj_ids, FAIL) - H5TRACE4("e", "iIuIs*i", file_id, types, max_objs, oid_list); + H5TRACE4("Zs", "iIuz*i", file_id, types, max_objs, oid_list); if(file_id != (hid_t)H5F_OBJ_ALL && (NULL == (f = (H5F_t *)H5I_object_verify(file_id, H5I_FILE)))) HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "not a file id") |