aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ios7')
-rw-r--r--backends/platform/ios7/ios7_osys_main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ios7/ios7_osys_main.cpp b/backends/platform/ios7/ios7_osys_main.cpp
index 9873c9f7b2..318838d3bf 100644
--- a/backends/platform/ios7/ios7_osys_main.cpp
+++ b/backends/platform/ios7/ios7_osys_main.cpp
@@ -402,8 +402,8 @@ void iOS7_main(int argc, char **argv) {
g_system->quit(); // TODO: Consider removing / replacing this!
if (newfp != NULL) {
- *stdout = NULL;
- *stderr = NULL;
+ //*stdout = NULL;
+ //*stderr = NULL;
fclose(newfp);
}
}