summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-04-04 22:11:05 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-04-04 22:11:05 (GMT)
commit68a7d5b30e9362becf3014a630bf61c065877ef9 (patch)
treeba7aa367967c561f4331a452f2cb439f63322c6d /src/H5PL.c
parent55345aaf4d91ef4ac3378b54d4e4fb80810713ac (diff)
parent60895bd6154b404818b0d257010d7731383ae7bd (diff)
downloadhdf5-68a7d5b30e9362becf3014a630bf61c065877ef9.zip
hdf5-68a7d5b30e9362becf3014a630bf61c065877ef9.tar.gz
hdf5-68a7d5b30e9362becf3014a630bf61c065877ef9.tar.bz2
[svn-r23551] I updated this branch from the 1.8 branch (not related to DESY project) and a few changes for CMake and Windows from the trunk (related to DESY).
Tested with desycommittest (emu, koala, jam, ostrich, and ostrich-no-shared-lib), but can't wait for duck to finish. It takes too long.
Diffstat (limited to 'src/H5PL.c')
-rw-r--r--src/H5PL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PL.c b/src/H5PL.c
index bcba756..07e90af 100644
--- a/src/H5PL.c
+++ b/src/H5PL.c
@@ -456,7 +456,7 @@ H5PL__find(H5PL_type_t plugin_type, int type_id, char *dir, const void **info)
FUNC_ENTER_STATIC
/* Specify a file mask. *.* = We want everything! */
- sprintf(service, "%s\/*.*", dir);
+ sprintf(service, "%s\/*.dll", dir);
if((hFind = FindFirstFile(service, &fdFile)) == INVALID_HANDLE_VALUE)
HGOTO_ERROR(H5E_PLUGIN, H5E_OPENERROR, FAIL, "can't open directory")