On Fri, 10 Jan 2020 12:00:18 +0100
Alexandre Ratchov <a...@caoua.org> wrote:

> > +           if (s->opt->dup && s->mix.cmap.nch > 0) {
> > +                   dev_nch = outchan < (s->opt->rmax - s->opt->rmin + 1)
> > +                       ? d->rchan
>                             ^^^^^^^^
>                             outchan

Dammit! :)

> With above changes I end up with the diff below, if you've no
> objections I'll commit it. I've also changed the spacing for the "?:"
> operators:
> 
>       foo = very_long_condition ?
>          expression_1 : expression_2;
> 
> which is the style used in most of the OpenBSD tree.

None at all, thanks again for being so tolerant.

Reply via email to