projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c071012
)
(mfont_parse_name): Add const to the arg name.
author
handa
<handa>
Fri, 19 Aug 2005 02:27:03 +0000
(
02:27
+0000)
committer
handa
<handa>
Fri, 19 Aug 2005 02:27:03 +0000
(
02:27
+0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index
4cecfbd
..
38c79d6
100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-2089,7
+2089,7
@@
mfont ()
¤Ï¿·¤·¤¯ºî¤é¤ì¤¿¥Õ¥©¥ó¥È¤Ø¤Î¥Ý¥¤¥ó¥¿¤òÊÖ¤¹¡£¤½¤¦¤Ç¤Ê¤±¤ì¤Ð @c NULL ¤òÊÖ¤¹¡£ */
MFont *
-mfont_parse_name (char *name, MSymbol format)
+mfont_parse_name (const char *name, MSymbol format)
{
MFont template, *font;