diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2010-05-06 00:55:33 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2010-05-06 00:55:33 -0400 |
commit | 310e655e2b1279d6c088497214e78e99e3fd6f74 (patch) | |
tree | c37b8f9820641bb339557f96c48ad086694bbf41 /src/LYReadCFG.c | |
parent | 903885454167e86ce4cb967f901cbaf741f21501 (diff) | |
download | lynx-snapshots-310e655e2b1279d6c088497214e78e99e3fd6f74.tar.gz |
snapshot of project "lynx", label v2-8-8dev_3d
Diffstat (limited to 'src/LYReadCFG.c')
-rw-r--r-- | src/LYReadCFG.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c index f0bd524b..78f02849 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.148 2010/05/02 22:22:56 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.149 2010/05/05 09:19:31 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1337,7 +1337,7 @@ static Config_Type Config_Table [] = PARSE_LST(RC_BROKEN_FTP_RETR, broken_ftp_retr), #endif PARSE_PRG(RC_BZIP2_PATH, ppBZIP2), - PARSE_SET(RC_CASE_SENSITIVE_ALWAYS_ON, case_sensitive), + PARSE_SET(RC_CASE_SENSITIVE_ALWAYS_ON, LYcase_sensitive), PARSE_FUN(RC_CHARACTER_SET, character_set_fun), #ifdef CAN_SWITCH_DISPLAY_CHARSET PARSE_STR(RC_CHARSET_SWITCH_RULES, charset_switch_rules), |