bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Locate: Diverse issues (with patches).


From: James Youngman
Subject: Re: Locate: Diverse issues (with patches).
Date: Thu, 23 Dec 2004 10:49:12 +0000
User-agent: Mutt/1.3.28i

On Thu, Dec 23, 2004 at 09:49:42AM +0100, Bas van Gompel wrote:
> Hallo,
> 
> Following patches address some issues with locate.c:

Thanks - all bugfixes applied with one change:

> +  if (!stat && ignore_case)
>      {
>        lc_strcpy(pathpart, pathpart);
>      }

stat is always nonzero, so I changed this to stats.  Poor choice of
variable name on my part, sorry.

Many thanks,
James.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]