aboutsummaryrefslogtreecommitdiffhomepage
path: root/postfork.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-04 02:35:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-04 02:35:30 -0800
commit191221eec575cee682aed01e285aa95a5a2969cb (patch)
tree1bc31c9423e286e7a7a095c7a39f7d7a7c31ca90 /postfork.cpp
parent27f374a38b74476948497b92f04441c072d4b471 (diff)
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)
Diffstat (limited to 'postfork.cpp')
-rw-r--r--postfork.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/postfork.cpp b/postfork.cpp
index d6da00a6..1bb79628 100644
--- a/postfork.cpp
+++ b/postfork.cpp
@@ -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;
}