Deleted Added
full compact
150c150
< if (negate = (*pattern == '!' || *pattern == '^'))
---
> if ( (negate = (*pattern == '!' || *pattern == '^')) )