]> git.imager.perl.org - imager.git/commit
rearrange i_new_hatch_low() in fills.c
authorTony Cook <tony@develop-help.com>
Sat, 2 Feb 2019 01:32:07 +0000 (12:32 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 2 Feb 2019 01:32:07 +0000 (12:32 +1100)
commit8d46530578e0bd31d42f106ad550b0db9bcdc116
treefc6b4878b5a29fd1f8880416270db0db9f4886c1
parent41536004107b221763ec63cf86863763f58d2fad
rearrange i_new_hatch_low() in fills.c

The code used to be a bunch of conditional expressions, which some
Sun C compiler complained about.

Rearrange the code to be a lot more obvious.

Related to CID 185339.
fills.c