Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Vincent Wei
harfbuzz
Commits
e1552af9
Commit
e1552af9
authored
6 years ago
by
Behdad Esfahbod
Browse files
Options
Download
Email Patches
Plain Diff
[maxp] Minor
parent
0cf282a3
master
arabic-table-x
bot-check
coverity_scan
decltype
inttype-constructors
iter
metrics
typename-outside-template
var-subset
2.3.1
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hb-ot-maxp-table.hh
+1
-1
src/hb-ot-maxp-table.hh
with
1 addition
and
1 deletion
+1
-1
src/hb-ot-maxp-table.hh
View file @
e1552af9
...
...
@@ -92,7 +92,7 @@ struct maxp
if
(
version
.
major
==
1
)
{
const
maxpV1Tail
&
v1
=
StructAfter
<
maxpV1Tail
>
(
*
this
);
return
v1
.
sanitize
(
c
);
return
_trace
(
v1
.
sanitize
(
c
)
)
;
}
return_trace
(
likely
(
version
.
major
==
0
&&
version
.
minor
==
0x5000u
));
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help