Hi, On Sat, 9 Jun 2007, Junio C Hamano wrote: > Johan Herland <johan@xxxxxxxxxxx> writes: > > > + if (!tag_line++) > > return error("char" PD_FMT ": could not find next \"\\n\"", type_line - data); > > - tag_line++; BTW if you _are_ verbosing the output, you might just as well make it useful. The common format is "filename:line[:column]:message", not "char[n]", which is a misnomer to begin with, since you are talking about an offset, not a char (remember, characters are those things that are displayed in place for a given number, so I fully expected char32 to be a space). 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