From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2363 invoked from network); 21 Jun 1999 13:04:43 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jun 1999 13:04:43 -0000 Received: (qmail 21422 invoked by alias); 21 Jun 1999 13:04:09 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6762 Received: (qmail 21409 invoked from network); 21 Jun 1999 13:03:59 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: collist loading RE: Patch available for 3.0.6-pre-5 Date: Mon, 21 Jun 1999 17:03:13 +0400 Message-ID: <003501bebbe6$6be22ed0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <199906211048.MAA22289@beta.informatik.hu-berlin.de> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > 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