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

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sat May 27 04:52:00 CEST 2006


Revision: 22674
Author:   wjpalenstijn
Date:     2006-05-27 04:51:17 -0700 (Sat, 27 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22674&view=rev

Log Message:
-----------
uninitialized variable

Modified Paths:
--------------
    scummvm/trunk/engines/simon/simon.cpp
Modified: scummvm/trunk/engines/simon/simon.cpp
===================================================================
--- scummvm/trunk/engines/simon/simon.cpp	2006-05-27 11:47:44 UTC (rev 22673)
+++ scummvm/trunk/engines/simon/simon.cpp	2006-05-27 11:51:17 UTC (rev 22674)
@@ -86,6 +86,7 @@
 	_gameFile = 0;
 
 	_strippedTxtMem = 0;
+	_textMem = 0;
 	_textSize = 0;
 	_stringTabNum = 0;
 	_stringTabPos = 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