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:
Max Horn 2004-01-04 12:35:51 +00:00
parent cfcb22939f
commit 14cf65c0ab

View file

@ -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;