Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: obscure crash
- X-seq: zsh-workers 22922
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Subject: Re: PATCH: obscure crash
- Date: Fri, 27 Oct 2006 12:59:14 +0100
- In-reply-to: <200610271155.k9RBtZPd007936@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Organization: Cambridge Silicon Radio
- References: <200610271155.k9RBtZPd007936@xxxxxxxxxxxxxx>
Peter Stephenson <pws@xxxxxxx> wrote:
> +    int was_meta;
> +
> +    /* May not be metafied if calculating whether to show a list. */
> +    if (zlemetaline == NULL) {
> +	was_meta = 0;
> +	metafy_line();
> +    } else
> +	was_meta = 1;
>  
>      if (m->flags & CMF_ALL)
>  	return 1;
The ordering here is obviously screwy; I've fixed it in the committed
change.
-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070
To access the latest news from CSR copy this link into a web browser:  http://www.csr.com/email_sig.php
Messages sorted by:
Reverse Date,
Date,
Thread,
Author