projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
099ef4c
)
interactive: Do not close stderr in i9e_close().
author
Andre Noll
<maan@systemlinux.org>
Mon, 9 Apr 2012 04:12:14 +0000
(06:12 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:27 +0000
(20:28 +0100)
Closing stderr prevents further log messages from being printed.
interactive.c
patch
|
blob
|
history
diff --git
a/interactive.c
b/interactive.c
index
68891ac
..
2c9de32
100644
(file)
--- a/
interactive.c
+++ b/
interactive.c
@@
-196,7
+196,6
@@
void i9e_close(void)
fprintf(i9ep->stderr_stream, "\n");
if (hf)
write_history(hf);
- fclose(i9ep->stderr_stream);
}
static void wipe_bottom_line(void)