--- sourceforge.net/trunk/rdesktop/mppc.c 2004/06/16 00:56:36 712 +++ sourceforge.net/trunk/rdesktop/mppc.c 2004/06/17 09:42:58 717 @@ -279,7 +279,8 @@ match_bits = match_len; match_len = - ((walker >> (32 - match_bits)) & (~(-1 << match_bits))) | (1 << match_bits); + ((walker >> (32 - match_bits)) & (~(-1 << match_bits))) | (1 << + match_bits); walker <<= match_bits; walker_len -= match_bits; }