Deleted Added
full compact
93c93
< if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
---
> if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))