vague memory of an obscure annoyance w/ sockets leads to this guess at a solution to Tux Paint crashing for Bill

This commit is contained in:
Albert Cahalan 2005-01-20 23:41:09 +00:00
parent 630e00e11c
commit e22eec0281

View file

@ -7050,7 +7050,7 @@ static void run_font_scanner(void)
{ {
// parent (or error -- but we're screwed in that case) // parent (or error -- but we're screwed in that case)
font_socket_fd = sv[0]; font_socket_fd = sv[0];
close(sv[1]); // close(sv[1]);
return; return;
} }
nice(42); // be nice, letting the main thread get the CPU nice(42); // be nice, letting the main thread get the CPU