mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-17 02:03:36 +03:00
Windows fixup++, Daniel
This commit is contained in:
parent
cfbb0dd89a
commit
91fe3edcaa
@ -145,7 +145,7 @@ static int glob(const char *pattern, int flags,
|
||||
goto done;
|
||||
ret->gl_pathc++;
|
||||
while(FindNextFileA(hFind, &FindFileData)) {
|
||||
if (strstr(FindFileData.cFileName, "/."))
|
||||
if (FindFileData.cFileName[0] == '.')
|
||||
continue;
|
||||
if (ret->gl_pathc + 2 > nb_paths) {
|
||||
char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
|
||||
|
Loading…
x
Reference in New Issue
Block a user