diff src/w32uniscribe.c @ 95743:9fcb5d4baf9b

(add_opentype_font_name_to_list): Adjusted for the change of font_intern_prop.
author Kenichi Handa <handa@m17n.org>
date Tue, 10 Jun 2008 02:06:27 +0000
parents 8971ddf55736
children 67f150b4adbe
line wrap: on
line diff
--- a/src/w32uniscribe.c	Tue Jun 10 00:31:53 2008 +0000
+++ b/src/w32uniscribe.c	Tue Jun 10 02:06:27 2008 +0000
@@ -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);