small fork related fix. - ttabbed - Simple tabbing application for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 4e6156904cca392cbf6b9d5c81f54d6fbe745662
(DIR) parent 5e6ca4f2fcea8a7549138d27da651a5e885f4215
(HTM) Author: Enno Boland (tox) <tox@s01.de>
Date: Tue, 22 Sep 2009 20:21:31 +0200
small fork related fix.
Diffstat:
tabbed.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/tabbed.c b/tabbed.c
@@ -772,6 +772,7 @@ main(int argc, char *argv[]) {
close(ConnectionNumber(dpy));
return EXIT_SUCCESS;
}
+ fclose(stdout);
run();
cleanup();
XCloseDisplay(dpy);