From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3) with ESMTP id CAA18411 for ; Tue, 2 Apr 1996 02:09:59 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id KAA28165; Mon, 1 Apr 1996 10:51:12 -0500 (EST) Resent-Date: Mon, 1 Apr 1996 10:51:12 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199604011548.RAA03453@bolyai.cs.elte.hu> Subject: One more fix to beta13-hzoli13 To: zsh-workers@math.gatech.edu (zsh-workers) Date: Mon, 1 Apr 1996 17:48:44 +0200 (MET DST) Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: application/pgp; format=text; x-action=sign Content-Transfer-Encoding: 7bit Resent-Message-ID: <"uWyk21.0._t6.Wj_Nn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/886 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu -----BEGIN PGP SIGNED MESSAGE----- A brace was missing in unmeta(). gcc was complaining about e might be uninitialised in this function. I thought that gcc was wrong. I'll respect gcc's opinion more in the future. This only applies if you also applied patch-hzoli13.1.gz. Bye, Zoltan *** Src/utils.c 1996/03/19 21:11:21 1.13 --- Src/utils.c 1996/04/01 15:42:43 *************** *** 2785,2795 **** char *t, *p, *e; static char mbuf[PATH_MAX*2+1]; ! if (! len) for (e = buf; *e; len++) if (imeta(*e++)) meta++; ! else for (e = buf; e < buf + len;) if (imeta(*e++)) meta++; --- 2785,2795 ---- char *t, *p, *e; static char mbuf[PATH_MAX*2+1]; ! if (! len) { for (e = buf; *e; len++) if (imeta(*e++)) meta++; ! } else for (e = buf; e < buf + len;) if (imeta(*e++)) meta++; -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: noconv iQCVAwUBMV/62wupSCiLN749AQF/ugP+NCsaGMAghx/majYLt0ujKkwGAB0UvlPv 6KB6szTrqFw47PbdBN9INtEEjc+35UiGxPEvTIEGfPoZd4yjXegsH+z+G7zpg2TU 5J395DFQo+pMH/DXy9ePfOAkZgNUkDhK9oIpuWWiC4sPdL5Ez2CpcFvjh6dROCsf uri6JhtcqtU= =yAcO -----END PGP SIGNATURE-----