[Scummvm-cvs-logs] SF.net SVN: scummvm:[52956] scummvm/trunk/graphics/video/codecs/indeo3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Sep 30 17:22:53 CEST 2010


Revision: 52956
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52956&view=rev
Author:   eriktorbjorn
Date:     2010-09-30 15:22:52 +0000 (Thu, 30 Sep 2010)

Log Message:
-----------
GOB: Make GCC happier.

Modified Paths:
--------------
    scummvm/trunk/graphics/video/codecs/indeo3.cpp

Modified: scummvm/trunk/graphics/video/codecs/indeo3.cpp
===================================================================
--- scummvm/trunk/graphics/video/codecs/indeo3.cpp	2010-09-30 15:03:51 UTC (rev 52955)
+++ scummvm/trunk/graphics/video/codecs/indeo3.cpp	2010-09-30 15:22:52 UTC (rev 52956)
@@ -342,7 +342,7 @@
 				srcUP += chromaWidth;
 				srcVP += chromaWidth;
 			}
-			if (y < (fHeight - 4)) {
+			if (y < (fHeight - 4U)) {
 				srcUN += chromaWidth;
 				srcVN += chromaWidth;
 			}


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