[Scummvm-cvs-logs] SF.net SVN: scummvm:[36116] scummvm/branches/branch-0-13-0/engines/agos/ string.cpp
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Wed Jan 28 00:01:47 CET 2009
Revision: 36116
http://scummvm.svn.sourceforge.net/scummvm/?rev=36116&view=rev
Author: Kirben
Date: 2009-01-27 23:01:46 +0000 (Tue, 27 Jan 2009)
Log Message:
-----------
Sync fix for MSVC warnings.
Modified Paths:
--------------
scummvm/branches/branch-0-13-0/engines/agos/string.cpp
Modified: scummvm/branches/branch-0-13-0/engines/agos/string.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/agos/string.cpp 2009-01-27 21:44:24 UTC (rev 36115)
+++ scummvm/branches/branch-0-13-0/engines/agos/string.cpp 2009-01-27 23:01:46 UTC (rev 36116)
@@ -48,8 +48,8 @@
}
byte *AGOSEngine::uncompressToken(byte a, byte *ptr) {
- byte *ptr1;
- byte *ptr2 = NULL;
+ 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