On Wed, Nov 02, 2022 at 10:43:49AM +0100, William Lallemand wrote:
> > > - if (!tp->choosen)
> > > + if (!tp->chosen)
> > >           return;
> > >  
> > > - chunk_appendf(b, "\n\tversion_information:(choosen=0x%08x", 
> > > tp->choosen);
> > > + chunk_appendf(b, "\n\tversion_information:(chosen=0x%08x", tp->coosen);
>  
> 
> I don't think it will even compile this way. 

I confirm it doesn't. I was about to fix it myself but I'd firt like
to get a confirmation that it's OK to change this.

Willy

Reply via email to