Explicitly stated a bit masking to please VC.NET2003 runtime small types conversion checks.
svn-id: r9671
This commit is contained in:
parent
0563d61106
commit
93ca5cb3af
1 changed files with 1 additions and 1 deletions
|
@ -1767,7 +1767,7 @@ void Gdi::unkDecodeA(byte *dst, const byte *src, int height) {
|
||||||
cl -= 3;
|
cl -= 3;
|
||||||
bits >>= 3;
|
bits >>= 3;
|
||||||
if (incm) {
|
if (incm) {
|
||||||
color += incm;
|
color = (byte)((color+incm)&0xFF);
|
||||||
} else {
|
} else {
|
||||||
FILL_BITS;
|
FILL_BITS;
|
||||||
reps = bits & 0xFF;
|
reps = bits & 0xFF;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue