diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 17:44:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-06 17:44:40 (GMT) |
commit | 32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e (patch) | |
tree | 8f81cb8e5466a2a118f2afb3c5be7252c7eb3739 /src/H5Gname.c | |
parent | 5adf1ee1bab95cce501257e538b638a75c9e72fa (diff) | |
download | hdf5-32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e.zip hdf5-32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e.tar.gz hdf5-32cd8f3fcf6ef1804a2818c84ad3ed92b26c887e.tar.bz2 |
[svn-r12865] Description:
Change name of H5Lunlink to H5Ldelete, per our design meeting last Friday.
Tested on:
Linux/32 2.6 (chicago)
Diffstat (limited to 'src/H5Gname.c')
-rw-r--r-- | src/H5Gname.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Gname.c b/src/H5Gname.c index e338c3f..d26c74b 100644 --- a/src/H5Gname.c +++ b/src/H5Gname.c @@ -823,10 +823,10 @@ H5G_name_replace_cb(void *obj_ptr, hid_t obj_id, void *key) break; /*------------------------------------------------------------------------- - * H5G_NAME_UNLINK + * H5G_NAME_DELETE *------------------------------------------------------------------------- */ - case H5G_NAME_UNLINK: + case H5G_NAME_DELETE: /* Check if the location being unlinked is in the path for the current object */ if(H5G_common_path(obj_path->full_path_r, names->loc->path->full_path_r)) { /* Free paths for object */ |