comctl32: Fix use of arithmetic operator on Boolean type in TREEVIEW_ComputeItemInter...
commit6181419b6432c37d9086ff8aed49c40b3a2d95d1
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:28:46 +0000 (17 18:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:12 +0000 (18 17:34 +0200)
tree6f0b211ea2eafe69536fa5eb5988035226a78ec8
parent602b58ba73f9042f88d5cc7074bfe33217576a54
comctl32: Fix use of arithmetic operator on Boolean type in TREEVIEW_ComputeItemInternalMetrics.

Use a conditional operator to get the same result, but improving
readability of the code.
dlls/comctl32/treeview.c