branch | RCL_3 |
changeset 14 | cd271b19d824 |
parent 0 | 40261b775718 |
--- a/mmplugins/imagingplugins/codecs/TIFFCodec/TIFFFax.cpp Wed Apr 14 17:32:53 2010 +0300 +++ b/mmplugins/imagingplugins/codecs/TIFFCodec/TIFFFax.cpp Tue Apr 27 18:12:22 2010 +0300 @@ -1154,7 +1154,7 @@ if(!iBitCacheLength) return(ETiffFaxUnderflow); - if(iBitCache&(1<<31)) + if(iBitCache&((TUint32)1<<31)) iState = E1d; else iState = E2d;