[Scummvm-cvs-logs] SF.net SVN: scummvm:[48068] scummvm/trunk/engines/mohawk/video/video.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 16 01:12:00 CET 2010


Revision: 48068
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48068&view=rev
Author:   mthreepwood
Date:     2010-02-16 00:12:00 +0000 (Tue, 16 Feb 2010)

Log Message:
-----------
Correct a rogue typo.

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/video/video.cpp

Modified: scummvm/trunk/engines/mohawk/video/video.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/video/video.cpp	2010-02-15 22:17:48 UTC (rev 48067)
+++ scummvm/trunk/engines/mohawk/video/video.cpp	2010-02-16 00:12:00 UTC (rev 48068)
@@ -158,7 +158,7 @@
 				_videoStreams[i]->reset();
 			} else {
 				delete _videoStreams[i].video;
-				memset(&_videoStreams, 0, sizeof(VideoEntry));
+				memset(&_videoStreams[i], 0, sizeof(VideoEntry));
 				_videoStreams[i].video = NULL;
 				continue;
 			}


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