mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Merge pull request #1796 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:dt_fixes to develop
* commit 'c582df7538e71fd80915ef922b3edb530a66f70f': Revert path processing to fix daily test errors.
This commit is contained in:
commit
3f3397cc9d
@ -678,7 +678,7 @@ H5PL__find_plugin_in_path(const H5PL_search_params_t *search_params, hbool_t *fo
|
||||
if (NULL == (path = (char *)H5MM_calloc(len)))
|
||||
HGOTO_ERROR(H5E_PLUGIN, H5E_CANTALLOC, FAIL, "can't allocate memory for path")
|
||||
|
||||
HDsnprintf(path, len, "%s%s%s", dir, H5PL_PATH_SEPARATOR, dp->d_name);
|
||||
HDsnprintf(path, len, "%s/%s", dir, dp->d_name);
|
||||
|
||||
/* Get info for directory entry */
|
||||
if (HDstat(path, &my_stat) == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user