[Scummvm-cvs-logs] SF.net SVN: scummvm: [29026] scummvm/trunk/engines/parallaction/ parallaction.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sat Sep 22 21:31:25 CEST 2007


Revision: 29026
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29026&view=rev
Author:   peres001
Date:     2007-09-22 12:31:24 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
Fixed broken compile on MSVC.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.cpp

Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp	2007-09-22 18:45:43 UTC (rev 29025)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp	2007-09-22 19:31:24 UTC (rev 29026)
@@ -1122,7 +1122,7 @@
 		end = 0;
 	} else {
 
-		char *s = strstr(name, "tras");
+		const char *s = strstr(name, "tras");
 		if (s) {
 			_suffix = _suffixTras;
 			end = s;


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