Hi,

On Sun, 16 Dec 2007, Steffen Prohaska wrote:

> On Dec 16, 2007, at 5:58 PM, Johannes Schindelin wrote:
> 
> > @@ -2541,8 +2567,8 @@ void diff_debug_queue(const char *msg, struct
> > diff_queue_struct *q)
> > {
> >        int i;
> >        if (msg)
> > -               fprintf(stderr, "%s\n", msg);
> > -       fprintf(stderr, "q->nr = %d\n", q->nr);
> > +               ffprintf(out, stderr, "%s\n", msg);
> > +       ffprintf(out, stderr, "q->nr = %d\n", q->nr);
> >        for (i = 0; i < q->nr; i++) {
> >                struct diff_filepair *p = q->queue[i];
> >                diff_debug_filepair(p, i);
> 
> 
> This didn't compile, did it?

It did.  It's guarded by #if DIFF_DEBUG.  Will fix.

Thanks,
Dscho

Reply via email to