mmplugins/imagingplugins/codecs/JPEGCodec/JPEGCodec.cpp
changeset 15 c1e808730d6c
parent 0 40261b775718
--- a/mmplugins/imagingplugins/codecs/JPEGCodec/JPEGCodec.cpp	Fri Apr 16 16:34:49 2010 +0300
+++ b/mmplugins/imagingplugins/codecs/JPEGCodec/JPEGCodec.cpp	Mon May 03 13:56:28 2010 +0300
@@ -1467,7 +1467,7 @@
 	do
 		{
 		index = (index << 1) + 1;
-		index +=((look & TUint(1<<31)) != 0);
+		index +=((look & ((TUint32)1<<31)) != 0);
 		look<<=1;
 		} while (++bitCount < nb);