[Scummvm-cvs-logs] SF.net SVN: scummvm:[36100] scummvm/trunk/engines/agos/string.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Jan 27 18:08:09 CET 2009


Revision: 36100
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36100&view=rev
Author:   thebluegr
Date:     2009-01-27 17:08:09 +0000 (Tue, 27 Jan 2009)

Log Message:
-----------
Silence MSVC warnings

Modified Paths:
--------------
    scummvm/trunk/engines/agos/string.cpp

Modified: scummvm/trunk/engines/agos/string.cpp
===================================================================
--- scummvm/trunk/engines/agos/string.cpp	2009-01-27 14:48:49 UTC (rev 36099)
+++ scummvm/trunk/engines/agos/string.cpp	2009-01-27 17:08:09 UTC (rev 36100)
@@ -48,8 +48,8 @@
 }
 
 byte *AGOSEngine::uncompressToken(byte a, byte *ptr) {
-	byte *ptr1;
-	byte *ptr2;
+	byte *ptr1 = 0;
+	byte *ptr2 = 0;
 	byte b;
 	int count1 = 0;
 


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