Hi, On Fri, 8 Dec 2006, Jeff King wrote: > Instead, remove at most one space between name and address. Why? We can fix it properly: Instead of > - while (isspace(bob[-1])) > + if (isspace(bob[-1])) do something like while (bob - 1 != buffer + 7 && isspace(bob[-1])) 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