Actually I just forgot it. Fixed now. Thanks.
On Sat, 20 Apr 2013, James Youngman wrote:
I've pushed the patches to the public repo, but they're attached too.
Could you take a look at them to make sure you're happy with these?
Thanks. As far as I can see they do exactly what I wanted. I assume you
had good reasons to not enable assertio
On Mon, Aug 3, 2009 at 12:51 PM, Peter Breitenlohner wrote:
> I sincerely hope this and my two previous messages (together 5 patches) will
> make it into findutils-4.4.X.
My apologies, this slipped under my radar.But, as you know the
copyright assignment is complete and so I just went ahead a
Hi,
in locate.c assertions are disabled, because they would fail due to various
off-by-one bugs.
Attached are two patches addressing this:
0004-locate-*: enable assertions to expose the bugs -- many test will FAIL.
0005-locate-*: fix the bugs such that all tests PASS.
I sincerely hope this an