Am 14.04.2012 20:29, schrieb Clemens Buchacher: > + r = read_line(proc.err, buf, sizeof(buf)); We have strbuf_getwholeline_fd(). > + memset(&cat, 0, sizeof(cat)); > + cat.argv = (const char **)cat_argv; > + cat.in = proc.err; > + cat.out = 2; Useless use of cat? -- Hannes -- 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