1
0
Fork 0
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:
Sven Wischnowsky 2002-04-25 07:33:34 +00:00
parent ed98c0bed8
commit f630c8abf4
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;