Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: >> static int is_mboxrd_from(const char *line) { >> return starts_with(line + strspn(line, ">"), "From "); >> } >> >> is sufficiently high-level that no longer is scary, hopefully? > > That's nice and concise but unfortunately not useful for this case > where we must respect the logical end-of-line (within the larger > buffer), represented by line+linelen. Hmph, none of ">", "F", "r", "o", "m", or " " is "\n"; would eol still be an issue? -- 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