diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-07-03 04:17:58 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-07-03 04:17:58 (GMT) |
commit | c5b2fb2a87c7c2cfb5c45685faf670655bbe7d29 (patch) | |
tree | 657d4dd0cbd185ce578f56a74110cdab1db605de /src/H5F.c | |
parent | 0d1aef3852a52c5e20a00932ff3f791cec74935b (diff) | |
download | hdf5-c5b2fb2a87c7c2cfb5c45685faf670655bbe7d29.zip hdf5-c5b2fb2a87c7c2cfb5c45685faf670655bbe7d29.tar.gz hdf5-c5b2fb2a87c7c2cfb5c45685faf670655bbe7d29.tar.bz2 |
[svn-r7146] Purpose:
update for release
Description:
Set the version information to 1.6.0-pre1 to get ready for
v1.6 release.
(Not sure why H5F.c got changed--probably done gmake automatically
during testing.)
Platforms tested:
h5committested.
Misc. update:
Diffstat (limited to 'src/H5F.c')
-rw-r--r-- | src/H5F.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -963,7 +963,7 @@ H5Fget_obj_count(hid_t file_id, unsigned types) int ret_value; /* Return value */ FUNC_ENTER_API(H5Fget_obj_count, FAIL); - H5TRACE2("e","iIu",file_id,types); + H5TRACE2("Is","iIu",file_id,types); if( file_id != H5F_OBJ_ALL && (NULL==(f=H5I_object_verify(file_id,H5I_FILE))) ) HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "not a file id"); |