Problem with r226035 - in head/usr.bin/grep: . regex?

Michael Butler imb at protected-networks.net
Wed Oct 5 14:52:47 UTC 2011


On 10/05/11 10:48, I wrote:
> Does this look right?

> ! ts = ((long)u - v < 0) ? 0 : (u - v); \

Doh! It should probably be ..

ts = ((long)(u - v) < 0) ? 0 : (u - v);


More information about the freebsd-current mailing list