hb_memset
This commit is contained in:
parent
219e739c9f
commit
1111c7578e
|
@ -86,7 +86,7 @@ struct SubsetGlyph
|
||||||
* harmless instructions, since that's what they will be
|
* harmless instructions, since that's what they will be
|
||||||
* interpreted as. */
|
* interpreted as. */
|
||||||
|
|
||||||
memset (p, 0x7A /* TrueType instruction ROFF; harmless */, end - p);
|
hb_memset (p, 0x7A /* TrueType instruction ROFF; harmless */, end - p);
|
||||||
p += end - p;
|
p += end - p;
|
||||||
dest_glyph = hb_bytes_t (dest_glyph.arrayZ, p - (char *) dest_glyph.arrayZ);
|
dest_glyph = hb_bytes_t (dest_glyph.arrayZ, p - (char *) dest_glyph.arrayZ);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue