summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2003-10-02 02:08:56 +0000
committerKenichi Handa <handa@m17n.org>2003-10-02 02:08:56 +0000
commit589e039f7a72125ca4ce72a9c0f2e589ed957e8e (patch)
treeee549014370f462e08a0067ad15f02cb848446b1
parentde5c0f39590946d6e4cfbf25040920ea5579a60b (diff)
downloademacs-589e039f7a72125ca4ce72a9c0f2e589ed957e8e.tar.gz
(x_load_font): Fix previous change.
-rw-r--r--src/xterm.c2
1 files changed, 1 insertions, 1 deletions
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);