diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-31 01:37:54 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-01-31 01:37:54 -0500 |
commit | 32b6b1ad98ff34d90910fa87e2987b18de5e8990 (patch) | |
tree | 01ea926d83585dbcee9e749b9cc709f0dd59897f /src/LYReadCFG.c | |
parent | f2ee8aa9cdc210dc3be066eff423747f23aacb53 (diff) | |
download | lynx-snapshots-32b6b1ad98ff34d90910fa87e2987b18de5e8990.tar.gz |
snapshot of project "lynx", label v2-8-7dev_12f
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 e914661d..67b66e52 100644 --- a/src/LYReadCFG.c +++ b/src/LYReadCFG.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYReadCFG.c,v 1.136 2009/01/25 18:46:29 tom Exp $ + * $LynxId: LYReadCFG.c,v 1.137 2009/01/29 01:02:26 tom Exp $ */ #ifndef NO_RULES #include <HTRules.h> @@ -1640,7 +1640,7 @@ void free_lynx_cfg(void) #ifdef VMS Define_VMSLogical(name, NULL); #else -# ifdef HAVE_UNPUTENV +# ifdef HAVE_PUTENV if (putenv(name)) break; # else |