zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: ignore-line
@ 2000-05-31  6:12 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 2000-05-31  6:12 UTC (permalink / raw)
  To: zsh-workers


This was partially broken by the -[ak] option patch. Missing
initialisation for to variables.

Bye
 Sven

Index: Src/Zle/compcore.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/compcore.c,v
retrieving revision 1.25
diff -u -r1.25 compcore.c
--- Src/Zle/compcore.c	2000/05/29 12:42:59	1.25
+++ Src/Zle/compcore.c	2000/05/31 06:11:29
@@ -1895,6 +1895,10 @@
 		argv = &ms;
 	    }
 	}
+	if (dat->ppre)
+	    ppl = strlen(dat->ppre);
+	if (dat->psuf)
+	    psl = strlen(dat->psuf);
 	for (; (s = *argv); argv++) {
 	    bpl = obpl;
 	    bsl = obsl;

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-05-31  6:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-31  6:12 PATCH: ignore-line Sven Wischnowsky

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).