Mercurial > emacs
changeset 52730:7535333d9c75
(x_load_font): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 02 Oct 2003 02:08:56 +0000 |
parents | 124a3516f4db |
children | 82315f163e1e |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Thu Oct 02 02:06:08 2003 +0000 +++ b/src/xterm.c Thu Oct 02 02:08:56 2003 +0000 @@ -9869,7 +9869,7 @@ /* Now fill in the slots of *FONTP. */ BLOCK_INPUT; - bzero (font, sizeof (*font)); + bzero (fontp, sizeof (*fontp)); fontp->font = font; fontp->font_idx = i; fontp->name = (char *) xmalloc (strlen (fontname) + 1);