On 19 August 2014 12:58, Kevin Wolf <kw...@redhat.com> wrote: > This specific patch isn't as trivial as it might look at the first > sight (in other words: it's wrong). The part that you probably missed is > that stderr isn't the real one when DEBUG is set: > > #undef stderr > #define stderr STDERR > FILE* stderr = NULL;
Yikes. Can we rip that out as well, then? -- PMM