From: Kenichi Handa Date: Thu, 2 Oct 2003 02:08:56 +0000 (+0000) Subject: (x_load_font): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~8645 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=589e039f7a72125ca4ce72a9c0f2e589ed957e8e;p=emacs.git (x_load_font): Fix previous change. --- diff --git a/src/xterm.c b/src/xterm.c index 4d4ce822dd0..5c5f6c60d4c 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -9869,7 +9869,7 @@ x_load_font (f, fontname, size) /* 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);