From e22eec02810435cf93e047dfcfae8dc637f95248 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Thu, 20 Jan 2005 23:41:09 +0000 Subject: [PATCH] vague memory of an obscure annoyance w/ sockets leads to this guess at a solution to Tux Paint crashing for Bill --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 0fa8a5956..1af78b6d8 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -7050,7 +7050,7 @@ static void run_font_scanner(void) { // parent (or error -- but we're screwed in that case) font_socket_fd = sv[0]; - close(sv[1]); +// close(sv[1]); return; } nice(42); // be nice, letting the main thread get the CPU