diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-22 11:57:03 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-07-22 11:57:03 -0400 |
commit | 36863953e4886d5269a325c93bd433847694a5fb (patch) | |
tree | 485d1197eea38785b908bcdc1e0f228ab90b80e1 /src/LYexit.c | |
parent | 57bfc74ff4ec4c2980b2330f2badc54a8990842d (diff) | |
download | lynx-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.c | 1 |
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); } |