aboutsummaryrefslogtreecommitdiffstats
path: root/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'rc.c')
-rw-r--r--rc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/rc.c b/rc.c
index 8055c26..24faa7e 100644
--- a/rc.c
+++ b/rc.c
@@ -1,4 +1,4 @@
-/* $Id: rc.c,v 1.78 2003/01/17 17:07:02 ukai Exp $ */
+/* $Id: rc.c,v 1.79 2003/01/20 15:24:20 ukai Exp $ */
/*
* Initialization file etc.
*/
@@ -33,8 +33,6 @@ struct rc_search_table {
static struct rc_search_table *RC_search_table;
static int RC_table_size;
-static char *config_file = NULL;
-
#define P_INT 0
#define P_SHORT 1
#define P_CHARINT 2
@@ -1372,7 +1370,7 @@ init_rc(void)
struct stat st;
FILE *f;
- if (config_file != NULL)
+ if (rc_dir != NULL)
goto open_rc;
rc_dir = expandPath(RC_DIR);