Pierre Habouzit <madcoder@xxxxxxxxxx> wrote: > On Sun, Oct 21, 2007 at 09:23:49AM +0000, René Scharfe wrote: > > > Signed-off-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > > > --- > > > builtin-apply.c | 2 +- > > > builtin-archive.c | 2 +- > > > diff.c | 4 ++-- > > > entry.c | 2 +- > > > strbuf.h | 8 +++++++- > > > test-delta.c | 3 ++- > > > 6 files changed, 14 insertions(+), 7 deletions(-) > > > > I have a feeling this is going in then wrong direction. Shouldn't > > we rather use size_t everywhere? malloc() takes a size_t, and it's > > the basis of strbuf and also of the file content functions. > > I agree, Junio was working on a patch that generalized use of size_t's > when unsigned long where used and size_t meant, I suppose he didn't had > the time to push it. Yea, you guys convinced me to go with René's patch. I'm replacing mine and will put it into next tonight. I actually had started with what René wrote but changed it to what you saw before posting it to the list. :-) -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html