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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Wed Jun 4 11:39:42 CEST 2008


Revision: 32531
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32531&view=rev
Author:   peres001
Date:     2008-06-04 02:39:38 -0700 (Wed, 04 Jun 2008)

Log Message:
-----------
oops. Changed stricmp to scumm_stricmp from last commit.

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

Modified: scummvm/trunk/engines/parallaction/parallaction_br.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction_br.cpp	2008-06-04 09:08:37 UTC (rev 32530)
+++ scummvm/trunk/engines/parallaction/parallaction_br.cpp	2008-06-04 09:39:38 UTC (rev 32531)
@@ -282,7 +282,7 @@
 
 void Parallaction_br::changeCharacter(const char *name) {
 	const char *charName = _char.getName();
-	if (!stricmp(charName, name)) {
+	if (!scumm_stricmp(charName, name)) {
 		return;
 	}
 


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