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