[Scummvm-git-logs] scummvm master -> 2eecde612aff61c4c9631276a634a1c5eec322d1

digitall dgturner at iee.org
Sat Oct 6 09:25:30 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
2eecde612a IOS: Correct Compilation Breakage From Last Commit.


Commit: 2eecde612aff61c4c9631276a634a1c5eec322d1
    https://github.com/scummvm/scummvm/commit/2eecde612aff61c4c9631276a634a1c5eec322d1
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-06T08:33:20+01:00

Commit Message:
IOS: Correct Compilation Breakage From Last Commit.

Changed paths:
    backends/platform/ios7/ios7_osys_main.cpp


diff --git a/backends/platform/ios7/ios7_osys_main.cpp b/backends/platform/ios7/ios7_osys_main.cpp
index 9873c9f..318838d 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);
 	}
 }





More information about the Scummvm-git-logs mailing list