]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_load_font): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 2 Oct 2003 02:08:56 +0000 (02:08 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 2 Oct 2003 02:08:56 +0000 (02:08 +0000)
src/xterm.c

index 4d4ce822dd0f77c5beb9f73b3d18c799545b4f2d..5c5f6c60d4c24800757b54a99c637863ebce8864 100644 (file)
@@ -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);