You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
harfbuzz: Update to 8.4.0
This commit is contained in:
2
thirdparty/harfbuzz/src/hb-font.hh
vendored
2
thirdparty/harfbuzz/src/hb-font.hh
vendored
@@ -651,7 +651,7 @@ struct hb_font_t
|
||||
{
|
||||
if (get_glyph_name (glyph, s, size)) return;
|
||||
|
||||
if (size && snprintf (s, size, "gid%u", glyph) < 0)
|
||||
if (size && snprintf (s, size, "gid%" PRIu32, glyph) < 0)
|
||||
*s = '\0';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user