changeset 15 | c1e808730d6c |
parent 0 | 40261b775718 |
--- a/mmplugins/imagingplugins/codecs/TIFFCodec/TIFFFax.cpp Fri Apr 16 16:34:49 2010 +0300 +++ b/mmplugins/imagingplugins/codecs/TIFFCodec/TIFFFax.cpp Mon May 03 13:56:28 2010 +0300 @@ -1154,7 +1154,7 @@ if(!iBitCacheLength) return(ETiffFaxUnderflow); - if(iBitCache&(1<<31)) + if(iBitCache&((TUint32)1<<31)) iState = E1d; else iState = E2d;