mmplugins/imagingplugins/codecs/JPEGCodec/JPEGCodec.cpp
branchRCL_3
changeset 14 cd271b19d824
parent 0 40261b775718
--- a/mmplugins/imagingplugins/codecs/JPEGCodec/JPEGCodec.cpp	Wed Apr 14 17:32:53 2010 +0300
+++ b/mmplugins/imagingplugins/codecs/JPEGCodec/JPEGCodec.cpp	Tue Apr 27 18:12:22 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);