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

From: Michael Butler <imb_at_protected-networks.net>
Date: Wed, 05 Oct 2011 10:52:44 -0400
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);
Received on Wed Oct 05 2011 - 12:52:47 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:18 UTC