bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Release branch added to git


From: Gavin Smith
Subject: Re: Release branch added to git
Date: Sat, 12 Nov 2022 23:07:56 +0000

On Sat, Nov 12, 2022 at 11:53:19PM +0100, Patrice Dumas wrote:
> It looks like a bug, 
> @@ -9916,6 +9927,7 @@ sub output($$)
>    if (!$fulltitle and $self->{'global_commands'}->{'titlefont'}
>        and $self->{'global_commands'}->{'titlefont'}->[0]->{'args'}
>        and 
> defined($self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0])
> +      and $self->{'global_commands'}->{'titlefont'}->[0]->{'contents'}
>        and 
> @{$self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0]->{'contents'}})
>  {
>      $fulltitle = $self->{'global_commands'}->{'titlefont'}->[0];
>    }
> 
> should be 
>        and 
> $self->{'global_commands'}->{'titlefont'}->[0]->{'args'}->[0]->{'contents'}
> 
> I will do a fix in master.

It looks correct on master so it looks as if I fixed the merge conflict
incorrectly.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]