Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: collist loading RE: Patch available for 3.0.6-pre-5



> 
> 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