From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27414 invoked from network); 9 Feb 2004 22:37:07 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Feb 2004 22:37:07 -0000 Received: (qmail 20426 invoked by alias); 9 Feb 2004 22:37:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19411 Received: (qmail 20415 invoked from network); 9 Feb 2004 22:37:00 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Feb 2004 22:37:00 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [63.249.88.2] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Feb 2004 22:37:0 -0000 Received: by binome.blorf.net (Postfix, from userid 1000) id 815B26F03; Mon, 9 Feb 2004 14:36:59 -0800 (PST) Date: Mon, 9 Feb 2004 14:36:59 -0800 From: Wayne Davison To: Peter Stephenson Cc: Zsh hackers list Subject: Re: zsh crashes on completeion of utf-8 file-names. Message-ID: <20040209223659.GF958@blorf.net> References: <7460.1073312227@csr.com> <11091.1073318874@csr.com> <20040105170850.GB4482@blorf.net> <20040206165709.GB6749@blorf.net> <20040209223440.GE958@blorf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040209223440.GE958@blorf.net> User-Agent: Mutt/1.5.5.1+cvs20040105i On Mon, Feb 09, 2004 at 02:34:40PM -0800, Wayne Davison wrote: > + if (add = 1) { Note also that I had already fixed this line to use "==", but failed to update my patch before sending it. ..wayne..