projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc98abf
)
(add_opentype_font_name_to_list): Adjusted for
author
Kenichi Handa
<handa@m17n.org>
Tue, 10 Jun 2008 02:06:27 +0000
(
02:06
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 10 Jun 2008 02:06:27 +0000
(
02:06
+0000)
the change of font_intern_prop.
src/w32uniscribe.c
patch
|
blob
|
history
diff --git
a/src/w32uniscribe.c
b/src/w32uniscribe.c
index 6cf46b9e270ddd7282dc72c19cfb86c5d0359fbf..470dfd9d1819a02d023eb7f4508d86f71d353ca2 100644
(file)
--- a/
src/w32uniscribe.c
+++ b/
src/w32uniscribe.c
@@
-486,7
+486,7
@@
add_opentype_font_name_to_list (logical_font, physical_font, font_type,
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);