Skip to content

Commit

Permalink
Merge pull request jhaynie#9 from mschulkind/master
Browse files Browse the repository at this point in the history
Fix FIFO dumping to stdout/stderr.
  • Loading branch information
alloy committed Jul 29, 2011
2 parents 0382bd3 + d0287b3 commit 51cfac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/iPhoneSimulator.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ - (void)stdioDataIsAvailable:(NSNotification *)notification {
} else {
nsprintf(str);
}
[[notification object] readInBackgroundAndNotify];
}


Expand Down

0 comments on commit 51cfac9

Please sign in to comment.