emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Crash after latest w32font changes


From: Juanma Barranquero
Subject: Re: Crash after latest w32font changes
Date: Mon, 3 Mar 2008 02:36:02 +0100

Perhaps it is something as simple as this?

             Juanma


Index: src/w32font.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32font.c,v
retrieving revision 1.13
diff -u -2 -r1.13 w32font.c
--- src/w32font.c       3 Mar 2008 00:31:18 -0000       1.13
+++ src/w32font.c       3 Mar 2008 01:16:20 -0000
@@ -1710,5 +1710,5 @@
   MAT2 transform;
   int i;
-  struct w32font_info *w32_font;
+  struct w32font_info *w32_font = (struct w32font_info *) font;

   bzero (&transform, sizeof (transform));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]