From ba2415ce67d39424de6200425cdf7804c0199509 Mon Sep 17 00:00:00 2001 From: Felix Rosencrantz Date: Fri, 4 Jun 2004 06:00:32 +0000 Subject: 20002 -- fix for matching spec core dump --- Src/Zle/compmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/compmatch.c') diff --git a/Src/Zle/compmatch.c b/Src/Zle/compmatch.c index 750b4cb58..90823c9f7 100644 --- a/Src/Zle/compmatch.c +++ b/Src/Zle/compmatch.c @@ -1398,7 +1398,7 @@ cmp_anchors(Cline o, Cline n, int join) if (line) { o->flags |= CLF_LINE; o->word = NULL; - n->wlen = 0; + o->wlen = 0; } return 1; } -- cgit 1.4.1