From: handa Date: Fri, 19 Aug 2005 02:27:03 +0000 (+0000) Subject: (mfont_parse_name): Add const to the arg name. X-Git-Tag: REL-1-3-0~257 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d59656bd49258dd87608324af220aebab55e2aad;p=m17n%2Fm17n-lib.git (mfont_parse_name): Add const to the arg name. --- diff --git a/src/font.c b/src/font.c index 4cecfbd..38c79d6 100644 --- 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;