mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
Fixed an incorrect FUNC_ENTER macro.
This commit is contained in:
parent
bbb512bb55
commit
2e80fbbfcc
@ -2896,7 +2896,7 @@ H5L_exists(const H5G_loc_t *loc, const char *name, hid_t lapl_id, hid_t dxpl_id)
|
||||
H5L_trav_le_t udata; /* User data for traversal */
|
||||
htri_t ret_value = FAIL; /* Return value */
|
||||
|
||||
FUNC_ENTER_STATIC
|
||||
FUNC_ENTER_NOAPI(FAIL)
|
||||
|
||||
/* A path of "/" will always exist in a file */
|
||||
if(0 == HDstrcmp(name, "/"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user