<<< Date Index >>>     <<< Thread Index >>>

Re: What should go into 1.5.7?



* Thomas Roessler wrote on Wed, Jan 26, 2005 at 01:13:57PM CET:
> On 2005-01-26 13:09:42 +0100, Ralf Wildenhues wrote:
> 
> > This bugfix:
> > http://marc.theaimsgroup.com/?l=mutt-dev&m=110053165002362&w=2
> 
> Do you see any reason for not taking this one?

Well, my patch prints Context->pattern, while yours prints Context.

> diff -u -r3.1 status.c
> --- status.c  11 Dec 2002 11:19:40 -0000      3.1
> +++ status.c  26 Jan 2005 12:09:07 -0000
> @@ -266,7 +266,7 @@
>        if (!optional)
>        {
>       snprintf (fmt, sizeof(fmt), "%%%ss", prefix);
> -     snprintf (buf, buflen, fmt, Context ? Context->pattern : 0);
> +     snprintf (buf, buflen, fmt, NONULL (Context));
>        }
>        else if (!Context || !Context->pattern)
>       optional = 0;


> (off-topic: Are you guys on 6th floor using 64bit machines now?

Yes, partly.

> I used to have my office in We10, 1st floor.)

I know.  I'm in We4, though (and used to live next door to you in
Nordstraße several years ago. :-)

Cheers,
Ralf