Skip to content
GitLab
Explore
Sign in
Register
FreeType
FreeType
Compare revisions
ee044bd391e7abcaaaeb311ba1862f768117cdf9 to 8efb1a993e3443a601b1cdf50689ac758b6d9932
Commits on Source (2)
Comment added.
· 2f7abe48
Alexei Podtelezhnikov
authored
Aug 29, 2023
2f7abe48
[builds] Revise DLG update.
· 8efb1a99
Alexei Podtelezhnikov
authored
Aug 29, 2023
8efb1a99
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
8efb1a99
...
...
@@ -190,8 +190,7 @@ if test -e ".git"; then
:
else
echo
"Checking out submodule in
\`
subprojects/dlg':"
git submodule init
git submodule update
git submodule update
--init
fi
copy_submodule_files
...
...
builds/toplevel.mk
View file @
8efb1a99
...
...
@@ -170,8 +170,7 @@ endif # test check_platform
check_out_submodule
:
$(
info Checking out submodule
in
`
subprojects/dlg
'
)
git --git-dir=
$(
TOP_DIR
)
submodule init
git --git-dir=
$(
TOP_DIR
)
submodule update
git -C
$(
TOP_DIR
)
submodule update --init
copy_submodule
:
$(
info Copying files from
`
subprojects/dlg
' to `src/dlg'
and
`
include/dlg
'
)
...
...
src/sfnt/ttpost.c
View file @
8efb1a99
...
...
@@ -224,6 +224,7 @@
FT_UInt
len
=
strings
[
p
];
/* accept but report names longer than the AGL max */
FT_TRACE4
((
len
<
40U
?
""
:
"load_format_20: %u-byte name found
\n
"
,
len
));
...
...