Re: please review fuzzy.c changes
Ralph Giles <[email protected]> Mon, 23 Jan 2006 23:21:27 -0800
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jan 24, 2006 at 09:35:58AM +0300, Leonardo wrote: > Fine with me, rather you put too many parenthesis. > This code would be better : > > ((abs(x - x0) > 1 && y == y0) || y - y0 > 1)) Ok, thanks for the review. I'll leave it as is; personal preference I suppose. You're welcome to change it if you like; the warning was about disambiguating the precedence of && and ||. -r