Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: collist loading RE: Patch available for 3.0.6-pre-5
- X-seq: zsh-workers 6762
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Sven Wischnowsky" <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: collist loading RE: Patch available for 3.0.6-pre-5
- Date: Mon, 21 Jun 1999 17:03:13 +0400
- Importance: Normal
- In-reply-to: <199906211048.MAA22289@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> This also fixes a buglet in collist when saying `no' to `do you wish...'.
>
> Bye
> Sven
>
> diff -u -r oos/Zle/collist.c Src/Zle/collist.c
> --- oos/Zle/collist.c Mon Jun 21 12:46:02 1999
> +++ Src/Zle/collist.c Mon Jun 21 12:46:08 1999
> @@ -390,6 +390,7 @@
> tcmultout(TCUP, TCMULTUP, nlnct);
> } else
> putc('\n', shout);
> + return 0;
> }
> if (clearflag) {
> putc('\r', shout);
collist.c 393: [error]: CFE1118 a void function may not return a value
return 0;
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author