mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-04 02:11:16 +00: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…
Reference in New Issue
Block a user