[svn-r23406] Correct typo

This commit is contained in:
Allen Byrne 2013-03-20 15:24:55 -05:00
parent fb169f7aa9
commit f0e328cc04

View File

@ -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")