From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24274 invoked from network); 8 May 2002 13:58:21 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 8 May 2002 13:58:21 -0000 Received: (qmail 11821 invoked by alias); 8 May 2002 13:58:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17095 Received: (qmail 11802 invoked from network); 8 May 2002 13:57:59 -0000 To: zsh-workers@sunsite.dk (Zsh hackers list) Subject: PATCH: zselect bug, already. In-reply-to: "Peter Stephenson"'s message of "Wed, 08 May 2002 14:26:44 BST." <21268.1020864404@csr.com> Date: Wed, 08 May 2002 14:37:29 +0100 Message-ID: <6429.1020865049@csr.com> From: Peter Stephenson Index: Src/Modules/zselect.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/Modules/zselect.c,v retrieving revision 1.1 diff -u -r1.1 zselect.c --- Src/Modules/zselect.c 8 May 2002 13:13:52 -0000 1.1 +++ Src/Modules/zselect.c 8 May 2002 13:36:26 -0000 @@ -220,7 +220,7 @@ strcpy(buf, data); for (ptr = buf; *ptr; ptr++) ; - *ptr++ = fdchar[1]; + *ptr++ = fdchar[i]; *ptr = '\0'; zsfree(data); *dataptr = ztrdup(buf); -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 392070 ********************************************************************** The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. **********************************************************************