On Thu, May 21, 2009 at 9:51 AM, René Scharfe <rene.scharfe@xxxxxxxxxxxxxx> wrote: > Junio C Hamano schrieb: >> Hmmm, why does this break t0040 (I am queuing this on top of 5acb3e5)? > > Probably because it changes this: > > pos += fprintf(...); > > into this (simplified, usage_argh() expanded): > > pos += pos + fprintf(...); > > usage_argh() doesn't need the parameter pos. > > René > Woops. I thought I ran the tests but I guess I didn't. This is the correct fix, thanks. -- 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