Date: Wed, 05 Oct 2011 10:52:44 -0400 From: Michael Butler <imb@protected-networks.net> To: David Wolfskill <david@catwhisker.org>, current@freebsd.org, Gabor Kovesdan <gabor@FreeBSD.org> Subject: Re: Problem with r226035 - in head/usr.bin/grep: . regex? Message-ID: <4E8C6F3C.6090707@protected-networks.net> In-Reply-To: <4E8C6E29.1010507@protected-networks.net> References: <20111005135000.GE2831@albert.catwhisker.org> <4E8C6E29.1010507@protected-networks.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E8C6F3C.6090707>