Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
fontconfig
fontconfig
Commits
8c96285d
Commit
8c96285d
authored
Mar 02, 2018
by
Akira TAGOH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initialize an array explicitly
Patch from Kurt Kartaltepe
parent
e300d863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fcfreetype.c
src/fcfreetype.c
+1
-1
No files found.
src/fcfreetype.c
View file @
8c96285d
...
...
@@ -2261,7 +2261,7 @@ static int
FcFreeTypeSpacing
(
FT_Face
face
)
{
FT_Int
load_flags
=
FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH
|
FT_LOAD_NO_SCALE
|
FT_LOAD_NO_HINTING
;
FT_Pos
advances
[
3
]
=
{};
FT_Pos
advances
[
3
]
=
{
0
};
unsigned
int
num_advances
=
0
;
int
o
;
...
...
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