From d0287b3f988a1331381123d92410ce403b6e94d8 Mon Sep 17 00:00:00 2001 From: Matthew Schulkind Date: Tue, 26 Jul 2011 16:26:18 -0400 Subject: [PATCH] Fix FIFO dumping to stdout/stderr. --- Source/iPhoneSimulator.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/iPhoneSimulator.m b/Source/iPhoneSimulator.m index 4423963..3a23b58 100644 --- a/Source/iPhoneSimulator.m +++ b/Source/iPhoneSimulator.m @@ -97,6 +97,7 @@ - (void)stdioDataIsAvailable:(NSNotification *)notification { } else { nsprintf(str); } + [[notification object] readInBackgroundAndNotify]; }