hb_memset

This commit is contained in:
Behdad Esfahbod 2023-04-20 15:17:23 -06:00
parent 219e739c9f
commit 1111c7578e
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ struct SubsetGlyph
* harmless instructions, since that's what they will be
* interpreted as. */
memset (p, 0x7A /* TrueType instruction ROFF; harmless */, end - p);
hb_memset (p, 0x7A /* TrueType instruction ROFF; harmless */, end - p);
p += end - p;
dest_glyph = hb_bytes_t (dest_glyph.arrayZ, p - (char *) dest_glyph.arrayZ);