# HG changeset patch # User Kenichi Handa # Date 1065060536 0 # Node ID 7535333d9c757e2a717eae78f4c63fd9fb9a3e2f # Parent 124a3516f4db7dd89bad62525aaf82760628c8ae (x_load_font): Fix previous change. diff -r 124a3516f4db -r 7535333d9c75 src/xterm.c --- 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);