diff options
Diffstat (limited to '')
-rw-r--r-- | rc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: rc.c,v 1.83 2003/04/06 16:27:54 ukai Exp $ */ +/* $Id: rc.c,v 1.84 2003/04/08 16:01:40 ukai Exp $ */ /* * Initialization file etc. */ @@ -1458,7 +1458,7 @@ Buffer * load_option_panel(void) { Str src = Sprintf(optionpanel_src1, html_quote(w3m_version), - html_quote(Local_cookie->ptr), CMT_HELPER); + html_quote(localCookie()->ptr), CMT_HELPER); struct param_ptr *p; struct sel_c *s; int x, i; |