[Scummvm-cvs-logs] scummvm master -> 845125278624e23f1ce3bf473aa45d774ad0b392

sylvaintv sylvaintv at gmail.com
Sat Apr 9 19:31:08 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8451252786 TOON: Fix potential var underflowing


Commit: 845125278624e23f1ce3bf473aa45d774ad0b392
    https://github.com/scummvm/scummvm/commit/845125278624e23f1ce3bf473aa45d774ad0b392
Author: sylvaintv (sylvaintv at gmail.com)
Date: 2011-04-09T10:29:32-07:00

Commit Message:
TOON: Fix potential var underflowing

Changed paths:
    engines/toon/tools.h



diff --git a/engines/toon/tools.h b/engines/toon/tools.h
index b716d48..1434ca2 100644
--- a/engines/toon/tools.h
+++ b/engines/toon/tools.h
@@ -63,7 +63,7 @@ protected:
 	const uint8 *_srcPtr;
 	uint8 *_dstPtr;
 
-	uint16 _inputByteLeft;
+	int16 _inputByteLeft;
 
 public:
 	RncDecoder();






More information about the Scummvm-git-logs mailing list