From 9e09c1441f0b67d4e359d73dd2e349410688d7a2 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 4 Jul 2005 16:31:10 +0000 Subject: Yet Another Windows Debugging Remote Patch From CVS Hell, Daniel --- runtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtest.c') diff --git a/runtest.c b/runtest.c index e29ffb6a..52dcf952 100644 --- a/runtest.c +++ b/runtest.c @@ -130,7 +130,7 @@ static int glob(const char *pattern, int flags, goto done; ret->gl_pathc++; while(FindNextFileA(hFind, &FindFileData)) { - if (!strstr(FindFileData.cFileName, "/.")) + if (strstr(FindFileData.cFileName, "/.")) continue; if (ret->gl_pathc + 2 > nb_paths) { char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *)); -- cgit v1.2.3