uhm? I don't see why VC 2003 would complain about this, but not about the many equal instances of this code (which, BTW, is perfectly valid C...)
svn-id: r12130
This commit is contained in:
parent
cfcb22939f
commit
14cf65c0ab
1 changed files with 1 additions and 1 deletions
|
@ -1771,7 +1771,7 @@ void Gdi::unkDecodeA(byte *dst, const byte *src, int height) {
|
|||
cl -= 3;
|
||||
bits >>= 3;
|
||||
if (incm) {
|
||||
color = (byte)((color + incm) & 0xFF);
|
||||
color += incm;
|
||||
} else {
|
||||
FILL_BITS;
|
||||
reps = bits & 0xFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue