diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-02-12 17:20:49 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-02-12 17:20:49 (GMT) |
commit | 4eefbc505a329d3c03d4470ce1240980a452beb9 (patch) | |
tree | 6563004b61b8c475a1f8cacd2523030b7f653684 /src/H5O.c | |
parent | 5768fb97f9faffe703b42914615c495ebd56678c (diff) | |
download | hdf5-4eefbc505a329d3c03d4470ce1240980a452beb9.zip hdf5-4eefbc505a329d3c03d4470ce1240980a452beb9.tar.gz hdf5-4eefbc505a329d3c03d4470ce1240980a452beb9.tar.bz2 |
[svn-r18234] Snapshot version 1.8 release 4 (snap11)
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -555,6 +555,7 @@ H5Oexists_by_name(hid_t loc_id, const char *name, hid_t lapl_id) hid_t ret_value = FAIL; /* Return value */ FUNC_ENTER_API(H5Oexists_by_name, FAIL) + H5TRACE3("t", "i*si", loc_id, name, lapl_id); /* Check args */ if(H5G_loc(loc_id, &loc) < 0) |