mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r23406] Correct typo
This commit is contained in:
parent
fb169f7aa9
commit
f0e328cc04
@ -432,7 +432,7 @@ H5PL__find(H5PL_type_t plugin_type, int type_id, char *dir, void **info)
|
||||
FUNC_ENTER_STATIC
|
||||
|
||||
/* Specify a file mask. *.* = We want everything! */
|
||||
sprintf(service, "%s*.*", dir);
|
||||
sprintf(service, "%s\/*.*", dir);
|
||||
if((hFind = FindFirstFile(service, &fdFile)) == INVALID_HANDLE_VALUE)
|
||||
HGOTO_ERROR(H5E_PLUGIN, H5E_OPENERROR, FAIL, "can't open directory")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user