Final cleanup of io_data_t now that I recognize the bizarre way in which it shares output buffers (not sure how this ever worked before)

This commit is contained in:
ridiculousfish
2012-03-04 02:35:30 -08:00
parent 27f374a38b
commit 191221eec5
8 changed files with 66 additions and 44 deletions

View File

@@ -352,4 +352,5 @@ pid_t execute_fork(bool wait_for_threads_to_die)
debug( 0, FORK_ERROR );
wperror (L"fork");
FATAL_EXIT();
return 0;
}