about summary refs log tree commit diff stats
path: root/src/LYexit.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1997-07-22 11:57:03 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1997-07-22 11:57:03 -0400
commit36863953e4886d5269a325c93bd433847694a5fb (patch)
tree485d1197eea38785b908bcdc1e0f228ab90b80e1 /src/LYexit.c
parent57bfc74ff4ec4c2980b2330f2badc54a8990842d (diff)
downloadlynx-snapshots-36863953e4886d5269a325c93bd433847694a5fb.tar.gz
snapshot of project "lynx", label v2-7-1ac_0-38
Diffstat (limited to 'src/LYexit.c')
-rw-r--r--src/LYexit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LYexit.c b/src/LYexit.c
index 7b3035d5..027b1549 100644
--- a/src/LYexit.c
+++ b/src/LYexit.c
@@ -112,6 +112,7 @@ PUBLIC void LYexit ARGS1(
 	printf("\r\n%s\r\n\r\n", MEMORY_EXHAUSTED_ABORT);
 	fflush(stdout);
     }
+    *stderr = LYOrigStderr;
 #endif /* !VMS */
     exit(status);
 }