diff options
author | D G Turner | 2018-10-06 08:33:20 +0100 |
---|---|---|
committer | D G Turner | 2018-10-06 08:33:20 +0100 |
commit | 2eecde612aff61c4c9631276a634a1c5eec322d1 (patch) | |
tree | eb3b900dce013194cc7afdc28e4249f7c5287a07 /backends/platform | |
parent | 253e55660100a3d178227d00416844ba3007770b (diff) | |
download | scummvm-rg350-2eecde612aff61c4c9631276a634a1c5eec322d1.tar.gz scummvm-rg350-2eecde612aff61c4c9631276a634a1c5eec322d1.tar.bz2 scummvm-rg350-2eecde612aff61c4c9631276a634a1c5eec322d1.zip |
IOS: Correct Compilation Breakage From Last Commit.
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/ios7/ios7_osys_main.cpp | 4 |
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); } } |