diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-02-07 12:35:22 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-02-07 12:35:22 (GMT) |
commit | 9daa1a55cdce6b06ffd7cbc262eb36704032db73 (patch) | |
tree | 5a17394f7c1c42cbe519085e08b21173986b7431 /src/H5O.c | |
parent | c462a2ec1f5af1f57935be0caa1209f0ae9d63c4 (diff) | |
download | hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.zip hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.tar.gz hdf5-9daa1a55cdce6b06ffd7cbc262eb36704032db73.tar.bz2 |
[svn-r18217] Snapshot version 1.9 release 60
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -556,6 +556,7 @@ H5Oexists(hid_t loc_id, const char *name, hid_t lapl_id) hid_t ret_value = FAIL; /* Return value */ FUNC_ENTER_API(H5Oexists, FAIL) + H5TRACE3("t", "i*si", loc_id, name, lapl_id); /* Check args */ if(H5G_loc(loc_id, &loc) < 0) |