diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2007-11-26 17:09:46 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2007-11-26 17:09:46 (GMT) |
commit | a8261deceb94bee18b91d82ec6f36f9ca8e1e0aa (patch) | |
tree | 3679a5e3aa2dd3922010a5b88761489cc110c769 /src/H5L.c | |
parent | e74c5b7466cc97f8400d738bc8226a3b20a277c4 (diff) | |
download | hdf5-a8261deceb94bee18b91d82ec6f36f9ca8e1e0aa.zip hdf5-a8261deceb94bee18b91d82ec6f36f9ca8e1e0aa.tar.gz hdf5-a8261deceb94bee18b91d82ec6f36f9ca8e1e0aa.tar.bz2 |
[svn-r14288] Maintenance for beta5 release: vesrion number was changed to 1.8.0-beta5 by runninghdf5-1_8_0-beta5
bin/h5vers script
Platforms tested: kagiso (minor change)
Diffstat (limited to 'src/H5L.c')
-rw-r--r-- | src/H5L.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1351,6 +1351,8 @@ H5Lvisit_by_name(hid_t loc_id, const char *group_name, H5_index_t idx_type, herr_t ret_value; /* Return value */ FUNC_ENTER_API(H5Lvisit_by_name, FAIL) + H5TRACE7("e", "i*sIiIox*xi", loc_id, group_name, idx_type, order, op, op_data, + lapl_id); /* Check args */ if(!group_name || !*group_name) |