msrle32: Fix uses of arithmetic operators on Boolean types in MSRLE32_CompressRLE4Lin...
commit88a97daa718ae30bacf05f1e2682ec13e032ac96
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:29:02 +0000 (17 18:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
tree2c8e232ca03a40431b4599f02b701f30c931bb26
parent6181419b6432c37d9086ff8aed49c40b3a2d95d1
msrle32: Fix uses of arithmetic operators on Boolean types in MSRLE32_CompressRLE4Line and MSRLE32_CompressRLE8Line.

The "extra_byte" variable is used as though it contains an integer
rather than a TRUE/FALSE value so make it into an integer.
dlls/msrle32/msrle32.c