Jens Lehmann <jens.lehm...@web.de> writes: > + fprintf(s->fp, "%c %s", comment_line_char, cut_line); > + strbuf_add_commented_lines(&buf, explanation, > strlen(explanation)); > + fprintf(s->fp, buf.buf);
This is better done with: fputs(buf.buf, s->fp); Already locally tweaked while applying, so no need to resend only for this change. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html