mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
fixed merge with develop issues
This commit is contained in:
parent
59e7c7703e
commit
e80027ab89
@ -209,13 +209,13 @@ done:
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
herr_t
|
||||
H5PLreplace(const char *plugin_path, unsigned int index)
|
||||
H5PLreplace(const char *search_path, unsigned int index)
|
||||
{
|
||||
unsigned num_paths; /* Current number of stored paths */
|
||||
herr_t ret_value = SUCCEED; /* Return value */
|
||||
|
||||
FUNC_ENTER_API(FAIL)
|
||||
H5TRACE2("e", "*sIu", plugin_path, index);
|
||||
H5TRACE2("e", "*sIu", search_path, index);
|
||||
|
||||
/* Check args */
|
||||
if (NULL == search_path)
|
||||
|
Loading…
Reference in New Issue
Block a user