mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[face-builder] Minor cast
This commit is contained in:
parent
3fff6d9084
commit
765a3551da
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ hb_face_builder_sort_tables (hb_face_t *face,
|
|||
|
||||
// Sort all unspecified tables after any specified tables.
|
||||
for (auto& info : data->tables.values_ref())
|
||||
info.order = -1;
|
||||
info.order = (unsigned) -1;
|
||||
|
||||
signed order = 0;
|
||||
for (const hb_tag_t* tag = tags;
|
||||
|
|
Loading…
Add table
Reference in a new issue