commit 4e6156904cca392cbf6b9d5c81f54d6fbe745662 parent 5e6ca4f2fcea8a7549138d27da651a5e885f4215 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(-)
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);