PetScan::extract_affine: don't bother with wrapping on boolean results
commit665a09d4cc9f9f952f5faf346f0b3d147d3850ca
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 25 Feb 2012 20:13:20 +0000 (25 21:13 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 6 Mar 2012 11:57:29 +0000 (6 12:57 +0100)
tree8fa58fd4a80cd1d399acd06a74b3ce7a6f1b6c98
parent2a2aa4a7e010a94e0df50b83ef6394393dcfb3c8
PetScan::extract_affine: don't bother with wrapping on boolean results

The result of a boolean expression is always 1 or 0, so there should
be no need for wrapping.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc