Re: patch for locate.c

2005-09-01 Thread James Youngman
On Thu, Sep 01, 2005 at 10:01:58PM +0200, Jim Meyering wrote: > 2005-09-01 Jim Meyering <[EMAIL PROTECTED]> > > * locate/locate.c (struct stringbuf) [soffs]: Remove unused member. > (locate): Remove initialization, too. Applied to the trunk, thanks. I've switched to working with t

patch for locate.c

2005-09-01 Thread Jim Meyering
Compiling the fts-conversion (ran `cvs update' just before) branch code on a 64-bit sytem, I got this warning from gcc: locate.c:939: warning: assignment from incompatible pointer type That referred to the following line, where the .soffs member has type size_t and the .count one is of type int