From 2eecde612aff61c4c9631276a634a1c5eec322d1 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 6 Oct 2018 08:33:20 +0100 Subject: IOS: Correct Compilation Breakage From Last Commit. --- backends/platform/ios7/ios7_osys_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/platform') 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); } } -- cgit v1.2.3