From f0e328cc04ae9cf6032e740cf223fcfdd83a5f6d Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 20 Mar 2013 15:24:55 -0500 Subject: [svn-r23406] Correct typo --- src/H5PL.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5PL.c b/src/H5PL.c index 5fb8147..54d3407 100644 --- a/src/H5PL.c +++ b/src/H5PL.c @@ -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") -- cgit v0.12