Fix precedence bug: wrong length for big-requests preceded by sync.
authorJamey Sharp <jamey@minilop.net>
Mon, 6 Jul 2009 20:14:35 +0000 (13:14 -0700)
committerJamey Sharp <jamey@minilop.net>
Mon, 6 Jul 2009 20:14:35 +0000 (13:14 -0700)
commite06955ed66cb499ada52b8add6709edd38d70054
treeefeb723e06bc08bf45bbf2984689f1f825d95f45
parent9e191c722a0be4b5f3d993165055a71f85c21882
Fix precedence bug: wrong length for big-requests preceded by sync.

Also replace excessively clever use of bitwise OR with equivalent
addition.

Reported-by: Geoffrey Li <geoffrey@seitopos.com>
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
src/xcb_out.c