Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libxml2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
73
Issues
73
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
libxml2
Commits
91fe3edc
Commit
91fe3edc
authored
Jul 04, 2005
by
Daniel Veillard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows fixup++, Daniel
parent
cfbb0dd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
runtest.c
runtest.c
+1
-1
No files found.
runtest.c
View file @
91fe3edc
...
...
@@ -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
*
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment