Skip to content

Commit

Permalink
Fix FIFO dumping to stdout/stderr.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschulkind committed Jul 26, 2011
1 parent 0382bd3 commit d0287b3
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 d0287b3

Please sign in to comment.