unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Juanma Barranquero" <lekktu@gmail.com>
To: "Emacs Devel" <emacs-devel@gnu.org>, "Jason Rumney" <jasonr@gnu.org>
Subject: Re: Crash after latest w32font changes
Date: Mon, 3 Mar 2008 02:36:02 +0100	[thread overview]
Message-ID: <f7ccd24b0803021736q1c0b6f1ck770041ca2b799d9c@mail.gmail.com> (raw)
In-Reply-To: <f7ccd24b0803021700l64191b20m5944f8bd00365301@mail.gmail.com>

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	other threads:[~2008-03-03  1:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03  1:00 Crash after latest w32font changes Juanma Barranquero
2008-03-03  1:36 ` Juanma Barranquero [this message]
2008-03-03  1:51   ` Jason Rumney
2008-03-03  2:02     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7ccd24b0803021736q1c0b6f1ck770041ca2b799d9c@mail.gmail.com \
    --to=lekktu@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).