Hi, On Fri, 15 Feb 2008, Jay Soffian wrote: > On Fri, Feb 15, 2008 at 5:41 AM, Johannes Schindelin > <Johannes.Schindelin@xxxxxx> wrote: > > > + char *cp = line; > > > + while (*cp == '>' && *cp != 0) > > > + cp++; > > > > How about using strchrnul()? > > Actually strchrnul() here isn't correct. I want to strip leading '>' > only. strchrnul() will search for the first occurrence (skipping over > non-'>' to do so), which is not what I want. Oh, okay, I read again. You just wanted to strip the leading ">". So I know even less what you tried to do. But then, I do not know anything about format=flawed either. Ciao, Dscho - 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