aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.c b/rc.c
index 537331b..d9eed46 100644
--- a/rc.c
+++ b/rc.c
@@ -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;