mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-29 19:00:57 +02:00
remove one half of 17029; the part for zstyle wasn't right (17035)
This commit is contained in:
parent
ed98c0bed8
commit
f630c8abf4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-04-25 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 17035: Src/Modules/zutil.c: remove one half of 17029; the
|
||||
part for zstyle wasn't right
|
||||
|
||||
2002-04-24 Sven Wischnowsky <wischnow@zsh.org>
|
||||
|
||||
* 17029: Src/Modules/zutil.c, Src/Zle/complete.c: fix two
|
||||
|
|
|
@ -132,7 +132,6 @@ setstypat(Style s, char *pat, Patprog prog, char **vals, int eval)
|
|||
freearray(p->vals);
|
||||
if (p->eval)
|
||||
freeeprog(p->eval);
|
||||
freepatprog(p->prog);
|
||||
p->vals = zarrdup(vals);
|
||||
p->eval = eprog;
|
||||
|
||||
|
|
Loading…
Reference in a new issue