https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259270
Mark Johnston <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mark Johnston <[email protected]> --- And errors from writing are indeed discarded: 791 static void 792 ShellWriter_WriteFmt(ShellWriter *wr, const char *fmt, const char *arg) 793 { 794 DEBUG1(JOB, fmt, arg); 795 796 (void)fprintf(wr->f, fmt, arg); 797 /* XXX: Is flushing needed in any case, or only if f == stdout? */ 798 (void)fflush(wr->f); 799 } -- You are receiving this mail because: You are the assignee for the bug.
