Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fontconfig
fontconfig
Commits
5faa099c
Commit
5faa099c
authored
Mar 03, 2002
by
Keith Packard
Browse files
fontconfig: bail scanning directory on fatal error
parent
17e16fa1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/fcdir.c
View file @
5faa099c
...
@@ -148,7 +148,7 @@ FcDirScan (FcFontSet *set,
...
@@ -148,7 +148,7 @@ FcDirScan (FcFontSet *set,
if
(
e
->
d_name
[
0
]
!=
'.'
)
if
(
e
->
d_name
[
0
]
!=
'.'
)
{
{
strcpy
((
char
*
)
base
,
(
char
*
)
e
->
d_name
);
strcpy
((
char
*
)
base
,
(
char
*
)
e
->
d_name
);
FcFileScan
(
set
,
cache
,
blanks
,
file
,
force
);
ret
=
FcFileScan
(
set
,
cache
,
blanks
,
file
,
force
);
}
}
}
}
free
(
file
);
free
(
file
);
...
...
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