On 2016-11-13 20:03:31 -0500, Damien Riegel wrote:
> diff --git a/commands.c b/commands.c
> index 2202a67..4243623 100644
> --- a/commands.c
> +++ b/commands.c
> @@ -879,7 +879,7 @@ int mutt_save_message (HEADER *h, int delete,
>  
>  void mutt_version (void)
>  {
> -  mutt_message ("Mutt %s (%s)", MUTT_VERSION, ReleaseDate);
> +  mutt_message ("Mutt " MUTT_VERSION " (%s)", ReleaseDate);
>  }

This change seems incorrect if MUTT_VERSION contains the % character.
Ditto for the other similar changes.

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to