emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32uniscribe.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/w32uniscribe.c,v
Date: Tue, 10 Jun 2008 02:06:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/06/10 02:06:27

Index: w32uniscribe.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/w32uniscribe.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- w32uniscribe.c      14 May 2008 07:50:17 -0000      1.11
+++ w32uniscribe.c      10 Jun 2008 02:06:27 -0000      1.12
@@ -486,7 +486,7 @@
     return 1;
 
   family = font_intern_prop (logical_font->elfLogFont.lfFaceName,
-                            strlen (logical_font->elfLogFont.lfFaceName));
+                            strlen (logical_font->elfLogFont.lfFaceName), 1);
   if (! memq_no_quit (family, *list))
     *list = Fcons (family, *list);
 




reply via email to

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