[svn-r8287] Purpose:
Bug fix/code cleanup
Description:
Copy Robb's feature in SSlib that checks that the name of the function
used in the FUNC_ENTER macro is actually the name of function.
Fixed a bunch of typos & copy-n-pasto's for functions with incorrect names.
Platforms tested:
FreeBSD 4.9 (sleipnir) w/parallel
too minor to require h5committest
This commit is contained in:
@@ -1602,7 +1602,7 @@ H5G_node_type(H5F_t *f, hid_t dxpl_id, void UNUSED *_lt_key, haddr_t addr,
|
||||
H5G_node_t *sn = NULL;
|
||||
int ret_value = H5B_ITER_CONT;
|
||||
|
||||
FUNC_ENTER_NOAPI(H5G_node_name, H5B_ITER_ERROR);
|
||||
FUNC_ENTER_NOAPI(H5G_node_type, H5B_ITER_ERROR);
|
||||
|
||||
/* Check arguments. */
|
||||
assert(f);
|
||||
|
||||
Reference in New Issue
Block a user