mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
(make_frame_glyphs): Zero the correct number of bytes.
This commit is contained in:
parent
fe03654a86
commit
aba5d0f41c
@ -299,7 +299,7 @@ make_frame_glyphs (frame, empty)
|
||||
bzero (new->total_contents, total_glyphs);
|
||||
|
||||
new->total_charstarts = (int *) xmalloc (total_charstarts);
|
||||
bzero (new->total_charstarts, total_glyphs);
|
||||
bzero (new->total_charstarts, total_charstarts);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user