[Scummvm-cvs-logs] SF.net SVN: scummvm: [22583] scummvm/trunk/base/commandLine.cpp

wonst719 at users.sourceforge.net wonst719 at users.sourceforge.net
Tue May 23 07:21:03 CEST 2006


Revision: 22583
Author:   wonst719
Date:     2006-05-23 07:19:38 -0700 (Tue, 23 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22583&view=rev

Log Message:
-----------
Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI code changed...

Modified Paths:
--------------
    scummvm/trunk/base/commandLine.cpp
Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp	2006-05-23 12:43:42 UTC (rev 22582)
+++ scummvm/trunk/base/commandLine.cpp	2006-05-23 14:19:38 UTC (rev 22583)
@@ -639,7 +639,11 @@
 		printf("Features compiled in: %s\n", gScummVMFeatures);
 		return false;
 	} else if (command == "help") {
+#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
 		printf(HELP_STRING, s_appName.c_str());
+#else
+		printf(HELP_STRING, s_appName);
+#endif
 		return false;
 	}
 #ifdef DETECTOR_TESTING_HACK


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list